View | Details | Raw Unified | Return to bug 56578
Collapse All | Expand All

(-)security/logcheck/files/patch-systems:freebsd:logcheck.sh (+10 lines)
Line 0 Link Here
1
--- systems/freebsd/logcheck.sh.dist	Mon Nov  1 00:07:29 1999
2
+++ systems/freebsd/logcheck.sh	Mon Sep  8 06:56:37 2003
3
@@ -173,6 +173,7 @@
4
 # FreeBSD 2.x
5
 $LOGTAIL /var/log/messages > $TMPDIR/check.$$
6
 $LOGTAIL /var/log/maillog >> $TMPDIR/check.$$
7
+$LOGTAIL /var/log/security >> $TMPDIR/check.$$
8
 
9
 # BSDI 2.x
10
 #$LOGTAIL /var/log/messages > $TMPDIR/check.$$

Return to bug 56578