- 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:
parent
d9b1664b18
commit
ea55a7936f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95691
@ -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
|
||||
|
10
security/logcheck/files/patch-logcheck.sh
Normal file
10
security/logcheck/files/patch-logcheck.sh
Normal 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.$$
|
Loading…
Reference in New Issue
Block a user