diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-12 22:58:00 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-12 22:58:00 +0000 |
commit | ea55a7936fd379d46e8d50e45a4decc04d6a5933 (patch) | |
tree | 6959d89ada97ea11fb7f503f09c9e83da13e86e4 /security/logcheck/files/patch-logcheck.sh | |
parent | Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chances (diff) |
- 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 '')
-rw-r--r-- | security/logcheck/files/patch-logcheck.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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.$$ |