ports/74996: [NEW PORT] sysutils/logwatch: Logwatch is a customizable log analysis system

Michael Ranner mranner at inode.at
Sun Dec 12 18:50:21 UTC 2004


>Number:         74996
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/logwatch: Logwatch is a customizable log analysis system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 18:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #5: Sun Oct 10 14:39:51 CEST 2004
>Description:
Logwatch is a customizable log analysis system. Logwatch parses through your
system's logs for a given period of time and creates a report analyzing areas
that you specify, in as much detail as you require. Logwatch is easy to use and
will work right out of the package on most systems.

Author:	kirk at kaybee.org
WWW:    http://www.logwatch.org

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- logwatch-5.2.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	logwatch
#	logwatch/files
#	logwatch/files/patch-http.conf
#	logwatch/files/patch-maillog.conf
#	logwatch/files/patch-messages.conf
#	logwatch/files/patch-secure.conf
#	logwatch/files/patch-clam-update.conf
#	logwatch/files/patch-logwatch.conf
#	logwatch/files/patch-sendmail-largeboxes
#	logwatch/files/patch-logwatch.pl
#	logwatch/pkg-descr
#	logwatch/Makefile
#	logwatch/distinfo
#	logwatch/pkg-message
#	logwatch/pkg-plist
#
echo c - logwatch
mkdir -p logwatch > /dev/null 2>&1
echo c - logwatch/files
mkdir -p logwatch/files > /dev/null 2>&1
echo x - logwatch/files/patch-http.conf
sed 's/^X//' >logwatch/files/patch-http.conf << 'END-of-logwatch/files/patch-http.conf'
X--- ./conf/logfiles/http.conf.orig	Sun Dec 12 18:24:22 2004
X+++ ./conf/logfiles/http.conf	Sun Dec 12 18:26:16 2004
X@@ -3,17 +3,17 @@
X ########################################################
X 
X # What actual file?  Defaults to LogPath if not absolute path....
X-LogFile = httpd/access_log
X-LogFile = httpd/*access_log
X+LogFile = apache-access.log
X+LogFile = httpd-access.log
X 
X # If the archives are searched, here is one or more line
X # (optionally containing wildcards) that tell where they are...
X # Note: if these are gzipped, you need to end with a .gz even if
X #       you use wildcards...
X-Archive = archiv/httpd/access_log.*
X-Archive = archiv/httpd/*access_log.*
X-Archive = archiv/httpd/access_log.*.gz
X-Archive = archiv/httpd/*access_log.*.gz
X+Archive = apache-access_log.*
X+Archive = httpd-access_log.*
X+Archive = apache-access_log.*.gz
X+Archive = httpd-access_log.*.gz
X 
X # Expand the repeats (actually just removes them now)
X *ExpandRepeats
END-of-logwatch/files/patch-http.conf
echo x - logwatch/files/patch-maillog.conf
sed 's/^X//' >logwatch/files/patch-maillog.conf << 'END-of-logwatch/files/patch-maillog.conf'
X--- ./conf/logfiles/maillog.conf.orig	Sun Dec 12 18:27:10 2004
X+++ ./conf/logfiles/maillog.conf	Sun Dec 12 18:26:27 2004
X@@ -17,8 +17,8 @@
X # (optionally containing wildcards) that tell where they are...
X # Note: if these are gzipped, you need to end with a .gz even if
X #       you use wildcards...
X-Archive = archiv/maillog.*
X-Archive = archiv/maillog.*.gz
X+Archive = maillog.*
X+Archive = maillog.*.gz
X 
X # Expand the repeats (actually just removes them now)
X *ExpandRepeats
END-of-logwatch/files/patch-maillog.conf
echo x - logwatch/files/patch-messages.conf
sed 's/^X//' >logwatch/files/patch-messages.conf << 'END-of-logwatch/files/patch-messages.conf'
X--- ./conf/logfiles/messages.conf.orig	Sun Dec 12 18:28:17 2004
X+++ ./conf/logfiles/messages.conf	Sun Dec 12 18:27:42 2004
X@@ -19,8 +19,6 @@
X #       you use wildcards...
X Archive = messages.*
X Archive = messages.*.gz
X-Archive = archiv/messages.*
X-Archive = archiv/messages.*.gz
X 
X # Expand the repeats (actually just removes them now)
X *ExpandRepeats
END-of-logwatch/files/patch-messages.conf
echo x - logwatch/files/patch-secure.conf
sed 's/^X//' >logwatch/files/patch-secure.conf << 'END-of-logwatch/files/patch-secure.conf'
X--- ./conf/logfiles/secure.conf.orig	Sun Dec 12 18:30:50 2004
X+++ ./conf/logfiles/secure.conf	Sun Dec 12 18:32:13 2004
X@@ -12,7 +12,7 @@
X 
X # What actual file?  Defaults to LogPath if not absolute path....
X LogFile = secure
X-LogFile = authlog
X+LogFile = auth.log
X 
X # If the archives are searched, here is one or more line
X # (optionally containing wildcards) that tell where they are...
X@@ -20,8 +20,8 @@
X #       you use wildcards...
X Archive = secure.*
X Archive = secure.*.gz
X-Archive = archiv/secure.*
X-Archive = archiv/secure.*.gz
X+Archive = auth.log.*
X+Archive = auth.log.*.gz
X 
X # Keep only the lines in the proper date range...
X *OnlyHost
END-of-logwatch/files/patch-secure.conf
echo x - logwatch/files/patch-clam-update.conf
sed 's/^X//' >logwatch/files/patch-clam-update.conf << 'END-of-logwatch/files/patch-clam-update.conf'
X--- ./conf/logfiles/clam-update.conf.orig	Sun Dec 12 18:33:01 2004
X+++ ./conf/logfiles/clam-update.conf	Sun Dec 12 18:33:23 2004
X@@ -42,19 +42,15 @@
X #########################################################################
X 
X # What actual file?  Defaults to LogPath if not absolute path....
X-LogFile = clam-update
X-LogFile = freshclam.log
X+LogFile = clamav/clam-update
X+LogFile = clamav/freshclam.log
X 
X # If the archives are searched, here is one or more line
X # (optionally containing wildcards) that tell where they are...
X # Note: if these are gzipped, you need to end with a .gz even if
X #       you use wildcards...
X-Archive = clam-update.*
X-Archive = clam-update.*.gz
X-Archive = freshclam.log.*
X-Archive = freshclam.log.*.gz
X-Archive = archiv/clam-update.*
X-Archive = archiv/clam-update.*.gz
X-Archive = archiv/freshclam.log.*
X-Archive = archiv/freshclam.log.*.gz
X+Archive = clamav/clam-update.*
X+Archive = clamav/clam-update.*.gz
X+Archive = clamav/freshclam.log.*
X+Archive = clamav/freshclam.log.*.gz
X 
END-of-logwatch/files/patch-clam-update.conf
echo x - logwatch/files/patch-logwatch.conf
sed 's/^X//' >logwatch/files/patch-logwatch.conf << 'END-of-logwatch/files/patch-logwatch.conf'
X--- ./conf/logwatch.conf.orig	Mon Jun 21 16:24:31 2004
X+++ ./conf/logwatch.conf	Sun Dec 12 18:20:20 2004
X@@ -35,7 +35,7 @@
X 
X # If set to 'Yes', the report will be sent to stdout instead of being
X # mailed to above person.
X-Print = No
X+Print = Yes
X 
X # Leave this to 'Yes' if you have the mktemp program and it supports
X # the '-d' option.  Some older version of mktemp on pre-RH7.X did not
X@@ -46,7 +46,7 @@
X #
X #	Some systems have mktemp in a different place
X #
X-MkTemp = /bin/mktemp
X+MkTemp = /usr/bin/mktemp
X 
X # if set, the results will be saved in <filename> instead of mailed
X # or displayed.
X@@ -69,7 +69,7 @@
X # Low = 0
X # Med = 5
X # High = 10
X-Detail = Low
X+Detail = Med
X 
X 
X # The 'Service' option expects either the name of a filter
X@@ -79,6 +79,7 @@
X Service = All
X # You can also disable certain services (when specifying all)
X #Service = -zz-fortune
X+Service = -zz-disk_space
X # If you only cared about FTP messages, you could use these 2 lines
X # instead of the above:
X #Service = ftpd-messages   # Processes ftpd messages in /var/log/messages
X@@ -98,7 +99,7 @@
X #
X # some systems have different locations for mailers
X #
X-mailer = /bin/mail
X+mailer = /usr/bin/mail
X 
X #
X # With this option set to 'Yes', only log entries for this particular host
END-of-logwatch/files/patch-logwatch.conf
echo x - logwatch/files/patch-sendmail-largeboxes
sed 's/^X//' >logwatch/files/patch-sendmail-largeboxes << 'END-of-logwatch/files/patch-sendmail-largeboxes'
X--- ./scripts/services/sendmail-largeboxes.orig	Tue Jun 22 15:48:26 2004
X+++ ./scripts/services/sendmail-largeboxes	Sun Dec 12 18:18:45 2004
X@@ -12,9 +12,9 @@
X fi
X 
X if [ "$SPOOLDIR" ]; then
X-	ls -alSh $SPOOLDIR | \
X+	ls -alh $SPOOLDIR | sort -k 5 -n -r | \
X 		grep rw | \
X 		grep -E "([0-9][0-9]|[4-9])+[0-9]+([.][0-9])*[M]" | \
X-		gawk -F ' ' ' { print("Warning: Large mailbox: "$9" ("$5")") } '
X+		awk -F ' ' ' { print("Warning: Large mailbox: "$9" ("$5")") } '
X fi
X 
END-of-logwatch/files/patch-sendmail-largeboxes
echo x - logwatch/files/patch-logwatch.pl
sed 's/^X//' >logwatch/files/patch-logwatch.pl << 'END-of-logwatch/files/patch-logwatch.pl'
X--- ./scripts/logwatch.pl.orig	Sun Dec 12 18:22:46 2004
X+++ ./scripts/logwatch.pl	Sun Dec 12 18:22:55 2004
X@@ -577,7 +577,7 @@
X             $Archive = ($Config{'logdir'} . $Archive);
X          }
X          if ($Archive =~ m/gz$/) {
X-            `/bin/zcat $Archive 2>/dev/null >> $DestFile`;
X+            `/usr/bin/zcat $Archive 2>/dev/null >> $DestFile`;
X          } else {
X             `/bin/cat $Archive 2>/dev/null >> $DestFile`;
X          }
END-of-logwatch/files/patch-logwatch.pl
echo x - logwatch/pkg-descr
sed 's/^X//' >logwatch/pkg-descr << 'END-of-logwatch/pkg-descr'
XLogwatch is a customizable log analysis system. Logwatch parses through your
Xsystem's logs for a given period of time and creates a report analyzing areas
Xthat you specify, in as much detail as you require. Logwatch is easy to use and
Xwill work right out of the package on most systems.
X
XAuthor:	kirk at kaybee.org
XWWW:    http://www.logwatch.org
END-of-logwatch/pkg-descr
echo x - logwatch/Makefile
sed 's/^X//' >logwatch/Makefile << 'END-of-logwatch/Makefile'
X# New ports collection makefile for:	logwatch
X# Date created:		2004-12-12
X# Whom:			Michael Ranner <mranner at inode.at>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	logwatch
XPORTVERSION=	5.2.2
XCATEGORIES=	sysutils security
XMASTER_SITES=	ftp://ftp.kaybee.org/pub/linux/
X
XMAINTAINER=	mranner at inode.at
XCOMMENT=	Logwatch is a customizable log analysis system
X
XMAN8=		logwatch.8
XPKGMESSAGE=	${WRKDIR}/pkg-message
XUSE_PERL5_RUN=	yes
XUSE_REINPLACE=	yes
XNO_BUILD=	yes
X
XPORTDOCS=	HOWTO-Make-Filter License README
XLOGWATCH_LOGFILE_SCRIPTS=	autorpm/applydate cron/applydate samba/applydate \
X	samba/removeheaders up2date/applydate up2date/removeheaders \
X	xferlog/applydate xferlog/removeheaders
XLOGWATCH_SERVICE_SCRIPTS=	afpd amavis arpwatch automount autorpm cisco \
X	clam-update clamav clamav-milter courier cron dhcpd exim ftpd-messages \
X	ftpd-xferlog http identd imapd in.qpopper init ipop3d kernel mailscanner \
X	modprobe mountd named oidentd pam pam_pwdb pam_unix pluto pop3 portsentry \
X	postfix pound proftpd-messages pureftpd qmail raid rt314 samba \
X	secure sendmail sendmail-largeboxes shaperd smartd sshd sshd2 \
X	stunnel sudo syslogd tac_acc up2date vpopmail vsftpd yum zz-disk_space \
X	zz-fortune
XLOGWATCH_SHARED_SCRIPTS=	applyhttpdate applystddate applyusdate \
X	expandrepeats hostlist multiservice onlycontains onlyhost onlyservice \
X	remove removeheaders removeservice
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s,^#!/usr/bin/perl,#!${PERL},g" \
X		-e 's,BaseDir = "/etc/log.d";,BaseDir = "${PREFIX}";,' \
X		-e 's,ConfigDir = ".BaseDir/conf";,ConfigDir = "$$BaseDir/etc/logwatch";,' \
X		-e 's,\. "scripts/,. "libexec/logwatch/,g' \
X		${WRKSRC}/scripts/logwatch.pl
X	@${REINPLACE_CMD} -e "s,/etc/log.d/scripts,${PREFIX}/libexec/logwatch,g" \
X		${WRKSRC}/HOWTO-Make-Filter ${WRKSRC}/conf/logwatch.conf \
X		${WRKSRC}/conf/logfiles/clam-update.conf ${WRKSRC}/conf/services/clam-update.conf \
X		${WRKSRC}/logwatch.8 ${WRKSRC}/scripts/services/clam-update
X	@${REINPLACE_CMD} -e "s,/etc/log.d,${PREFIX}/etc/logwatch,g" \
X		${WRKSRC}/HOWTO-Make-Filter ${WRKSRC}/logwatch.8
X
Xdo-install:
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/logwatch
X	${INSTALL_DATA} ${WRKSRC}/conf/logwatch.conf ${PREFIX}/etc/logwatch/logwatch.conf-dist
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/logwatch/logfiles
X	${INSTALL_DATA} ${WRKSRC}/conf/logfiles/*.conf ${PREFIX}/etc/logwatch/logfiles
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/logwatch/services
X	${INSTALL_DATA} ${WRKSRC}/conf/services/*.conf ${PREFIX}/etc/logwatch/services
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles/autorpm
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles/cron
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles/samba
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles/up2date
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/logfiles/xferlog
X.	for i in ${LOGWATCH_LOGFILE_SCRIPTS}
X	${INSTALL_SCRIPT} ${WRKSRC}/scripts/logfiles/${i} ${PREFIX}/libexec/logwatch/logfiles/${i}
X.	endfor
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/services
X.	for i in ${LOGWATCH_SERVICE_SCRIPTS}
X	${INSTALL_SCRIPT} ${WRKSRC}/scripts/services/${i} ${PREFIX}/libexec/logwatch/services/.
X.	endfor
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/libexec/logwatch/shared
X.	for i in ${LOGWATCH_SHARED_SCRIPTS}
X	${INSTALL_SCRIPT} ${WRKSRC}/scripts/shared/${i} ${PREFIX}/libexec/logwatch/shared/.
X.	endfor
X	${INSTALL_DATA} ${WRKSRC}/lib/Logwatch.pm ${PREFIX}/${SITE_PERL_REL}
X	${INSTALL_SCRIPT} ${WRKSRC}/scripts/logwatch.pl ${PREFIX}/sbin/logwatch
X	${INSTALL_MAN} ${WRKSRC}/logwatch.8 ${MAN8PREFIX}/man/man8/.
X.if !defined(NOPORTDOCS)
X	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
X.	for i in ${PORTDOCS}
X	  ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.	endfor
X.endif
X
Xpre-install:
X	@${SED} -e 's|%%LOCALBASE%%|${PREFIX}|g' \
X		-e 's|%%DOCSDIR%%|${DOCSDIR}|g' <${.CURDIR}/pkg-message >${PKGMESSAGE}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-logwatch/Makefile
echo x - logwatch/distinfo
sed 's/^X//' >logwatch/distinfo << 'END-of-logwatch/distinfo'
XMD5 (logwatch-5.2.2.tar.gz) = d3b676fd15e51a00027ee13b4a5ce486
XSIZE (logwatch-5.2.2.tar.gz) = 116668
END-of-logwatch/distinfo
echo x - logwatch/pkg-message
sed 's/^X//' >logwatch/pkg-message << 'END-of-logwatch/pkg-message'
X*****************************************************************************
X
XYou have installed the logwatch package.
X
XEdit %%LOCALBASE%%/etc/logwatch/conf/logwatch.conf
X
XRead %%DOCSDIR%%/README to learn how to use
X
X*****************************************************************************
END-of-logwatch/pkg-message
echo x - logwatch/pkg-plist
sed 's/^X//' >logwatch/pkg-plist << 'END-of-logwatch/pkg-plist'
Xetc/logwatch/logfiles/autorpm.conf
Xetc/logwatch/logfiles/cisco.conf
Xetc/logwatch/logfiles/clam-update.conf
Xetc/logwatch/logfiles/cron.conf
Xetc/logwatch/logfiles/exim.conf
Xetc/logwatch/logfiles/http.conf
Xetc/logwatch/logfiles/maillog.conf
Xetc/logwatch/logfiles/messages.conf
Xetc/logwatch/logfiles/pureftp.conf
Xetc/logwatch/logfiles/rt314.conf
Xetc/logwatch/logfiles/samba.conf
Xetc/logwatch/logfiles/secure.conf
Xetc/logwatch/logfiles/tac_acc.conf
Xetc/logwatch/logfiles/up2date.conf
Xetc/logwatch/logfiles/vsftpd.conf
Xetc/logwatch/logfiles/xferlog.conf
Xetc/logwatch/logfiles/yum.conf
Xetc/logwatch/logwatch.conf-dist
Xetc/logwatch/services/afpd.conf
Xetc/logwatch/services/amavis.conf
Xetc/logwatch/services/arpwatch.conf
Xetc/logwatch/services/automount.conf
Xetc/logwatch/services/autorpm.conf
Xetc/logwatch/services/cisco.conf
Xetc/logwatch/services/clam-update.conf
Xetc/logwatch/services/clamav-milter.conf
Xetc/logwatch/services/clamav.conf
Xetc/logwatch/services/courier.conf
Xetc/logwatch/services/cron.conf
Xetc/logwatch/services/dhcpd.conf
Xetc/logwatch/services/exim.conf
Xetc/logwatch/services/ftpd-messages.conf
Xetc/logwatch/services/ftpd-xferlog.conf
Xetc/logwatch/services/http.conf
Xetc/logwatch/services/identd.conf
Xetc/logwatch/services/imapd.conf
Xetc/logwatch/services/in.qpopper.conf
Xetc/logwatch/services/init.conf
Xetc/logwatch/services/ipop3d.conf
Xetc/logwatch/services/kernel.conf
Xetc/logwatch/services/mailscanner.conf
Xetc/logwatch/services/modprobe.conf
Xetc/logwatch/services/mountd.conf
Xetc/logwatch/services/named.conf
Xetc/logwatch/services/oidentd.conf
Xetc/logwatch/services/pam.conf
Xetc/logwatch/services/pam_pwdb.conf
Xetc/logwatch/services/pam_unix.conf
Xetc/logwatch/services/pluto.conf
Xetc/logwatch/services/pop3.conf
Xetc/logwatch/services/portsentry.conf
Xetc/logwatch/services/postfix.conf
Xetc/logwatch/services/pound.conf
Xetc/logwatch/services/proftpd-messages.conf
Xetc/logwatch/services/pureftpd.conf
Xetc/logwatch/services/qmail.conf
Xetc/logwatch/services/raid.conf
Xetc/logwatch/services/rt314.conf
Xetc/logwatch/services/samba.conf
Xetc/logwatch/services/secure.conf
Xetc/logwatch/services/sendmail-largeboxes.conf
Xetc/logwatch/services/sendmail.conf
Xetc/logwatch/services/shaperd.conf
Xetc/logwatch/services/smartd.conf
Xetc/logwatch/services/sshd.conf
Xetc/logwatch/services/sshd2.conf
Xetc/logwatch/services/stunnel.conf
Xetc/logwatch/services/sudo.conf
Xetc/logwatch/services/syslogd.conf
Xetc/logwatch/services/tac_acc.conf
Xetc/logwatch/services/up2date.conf
Xetc/logwatch/services/vpopmail.conf
Xetc/logwatch/services/vsftpd.conf
Xetc/logwatch/services/yum.conf
Xetc/logwatch/services/zz-disk_space.conf
Xetc/logwatch/services/zz-fortune.conf
Xlibexec/logwatch/logfiles/autorpm/applydate
Xlibexec/logwatch/logfiles/cron/applydate
Xlibexec/logwatch/logfiles/samba/applydate
Xlibexec/logwatch/logfiles/samba/removeheaders
Xlibexec/logwatch/logfiles/up2date/applydate
Xlibexec/logwatch/logfiles/up2date/removeheaders
Xlibexec/logwatch/logfiles/xferlog/applydate
Xlibexec/logwatch/logfiles/xferlog/removeheaders
Xlibexec/logwatch/services/afpd
Xlibexec/logwatch/services/amavis
Xlibexec/logwatch/services/arpwatch
Xlibexec/logwatch/services/automount
Xlibexec/logwatch/services/autorpm
Xlibexec/logwatch/services/cisco
Xlibexec/logwatch/services/clam-update
Xlibexec/logwatch/services/clamav
Xlibexec/logwatch/services/clamav-milter
Xlibexec/logwatch/services/courier
Xlibexec/logwatch/services/cron
Xlibexec/logwatch/services/dhcpd
Xlibexec/logwatch/services/exim
Xlibexec/logwatch/services/ftpd-messages
Xlibexec/logwatch/services/ftpd-xferlog
Xlibexec/logwatch/services/http
Xlibexec/logwatch/services/identd
Xlibexec/logwatch/services/imapd
Xlibexec/logwatch/services/in.qpopper
Xlibexec/logwatch/services/init
Xlibexec/logwatch/services/ipop3d
Xlibexec/logwatch/services/kernel
Xlibexec/logwatch/services/mailscanner
Xlibexec/logwatch/services/modprobe
Xlibexec/logwatch/services/mountd
Xlibexec/logwatch/services/named
Xlibexec/logwatch/services/oidentd
Xlibexec/logwatch/services/pam
Xlibexec/logwatch/services/pam_pwdb
Xlibexec/logwatch/services/pam_unix
Xlibexec/logwatch/services/pluto
Xlibexec/logwatch/services/pop3
Xlibexec/logwatch/services/portsentry
Xlibexec/logwatch/services/postfix
Xlibexec/logwatch/services/pound
Xlibexec/logwatch/services/proftpd-messages
Xlibexec/logwatch/services/pureftpd
Xlibexec/logwatch/services/qmail
Xlibexec/logwatch/services/raid
Xlibexec/logwatch/services/rt314
Xlibexec/logwatch/services/samba
Xlibexec/logwatch/services/secure
Xlibexec/logwatch/services/sendmail
Xlibexec/logwatch/services/sendmail-largeboxes
Xlibexec/logwatch/services/shaperd
Xlibexec/logwatch/services/smartd
Xlibexec/logwatch/services/sshd
Xlibexec/logwatch/services/sshd2
Xlibexec/logwatch/services/stunnel
Xlibexec/logwatch/services/sudo
Xlibexec/logwatch/services/syslogd
Xlibexec/logwatch/services/tac_acc
Xlibexec/logwatch/services/up2date
Xlibexec/logwatch/services/vpopmail
Xlibexec/logwatch/services/vsftpd
Xlibexec/logwatch/services/yum
Xlibexec/logwatch/services/zz-disk_space
Xlibexec/logwatch/services/zz-fortune
Xlibexec/logwatch/shared/applyhttpdate
Xlibexec/logwatch/shared/applystddate
Xlibexec/logwatch/shared/applyusdate
Xlibexec/logwatch/shared/expandrepeats
Xlibexec/logwatch/shared/hostlist
Xlibexec/logwatch/shared/multiservice
Xlibexec/logwatch/shared/onlycontains
Xlibexec/logwatch/shared/onlyhost
Xlibexec/logwatch/shared/onlyservice
Xlibexec/logwatch/shared/remove
Xlibexec/logwatch/shared/removeheaders
Xlibexec/logwatch/shared/removeservice
X%%SITE_PERL%%/Logwatch.pm
Xsbin/logwatch
X at dirrm libexec/logwatch/shared
X at dirrm libexec/logwatch/services
X at dirrm libexec/logwatch/logfiles/xferlog
X at dirrm libexec/logwatch/logfiles/up2date
X at dirrm libexec/logwatch/logfiles/samba
X at dirrm libexec/logwatch/logfiles/cron
X at dirrm libexec/logwatch/logfiles/autorpm
X at dirrm libexec/logwatch/logfiles
X at dirrm libexec/logwatch
X at dirrm etc/logwatch/services
X at dirrm etc/logwatch/logfiles
X at dirrm etc/logwatch
END-of-logwatch/pkg-plist
exit
--- logwatch-5.2.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list