diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-13 06:58:00 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-13 06:58:00 +0800 |
commit | 224c457bb933058dbe8a764e74aee45f5883b4c6 (patch) | |
tree | 51bfcaf3104a02cf7fe705c90ac3a0c8174db7d6 /security/logcheck | |
parent | d3adce9ee0ec9a363d613b8be121d70d0ed977ef (diff) | |
download | freebsd-ports-graphics-224c457bb933058dbe8a764e74aee45f5883b4c6.tar.gz freebsd-ports-graphics-224c457bb933058dbe8a764e74aee45f5883b4c6.tar.zst freebsd-ports-graphics-224c457bb933058dbe8a764e74aee45f5883b4c6.zip |
- Add /var/log/security to the default list of input files
- Bump PORTREVISION
PR: 56578
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 2 | ||||
-rw-r--r-- | security/logcheck/files/patch-logcheck.sh | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 556589a998c..40253ebf1db 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 00000000000..bd71d4e5c58 --- /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.$$ |