From ea55a7936fd379d46e8d50e45a4decc04d6a5933 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Fri, 12 Dec 2003 22:58:00 +0000 Subject: [PATCH] - Add /var/log/security to the default list of input files - Bump PORTREVISION PR: 56578 Submitted by: KIMURA Yasuhiro --- security/logcheck/Makefile | 2 +- security/logcheck/files/patch-logcheck.sh | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 security/logcheck/files/patch-logcheck.sh diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 556589a998cb..40253ebf1dbd 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -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 diff --git a/security/logcheck/files/patch-logcheck.sh b/security/logcheck/files/patch-logcheck.sh new file mode 100644 index 000000000000..bd71d4e5c58d --- /dev/null +++ b/security/logcheck/files/patch-logcheck.sh @@ -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.$$