- Add /var/log/security to the default list of input files

- Bump PORTREVISION

PR:		56578
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
This commit is contained in:
Sergei Kolobov 2003-12-12 22:58:00 +00:00
parent d9b1664b18
commit ea55a7936f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95691
2 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= logcheck
PORTVERSION= 1.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sentrytools

View File

@ -0,0 +1,10 @@
--- systems/freebsd/logcheck.sh.dist Mon Nov 1 00:07:29 1999
+++ systems/freebsd/logcheck.sh Mon Sep 8 06:56:37 2003
@@ -173,6 +173,7 @@
# FreeBSD 2.x
$LOGTAIL /var/log/messages > $TMPDIR/check.$$
$LOGTAIL /var/log/maillog >> $TMPDIR/check.$$
+$LOGTAIL /var/log/security >> $TMPDIR/check.$$
# BSDI 2.x
#$LOGTAIL /var/log/messages > $TMPDIR/check.$$