summaryrefslogtreecommitdiffstats
path: root/etc/security
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-10-12 04:56:28 +0000
committernate <nate@FreeBSD.org>1996-10-12 04:56:28 +0000
commit579bd3117157de9d6b2c76f03b6c6ee0e23686ae (patch)
tree6a181cbe28724cca940d030caa7ac3522148c1ac /etc/security
parentab2b99c79bba537046cc946a72c2d1afa7e44eb4 (diff)
downloadFreeBSD-src-579bd3117157de9d6b2c76f03b6c6ee0e23686ae.zip
FreeBSD-src-579bd3117157de9d6b2c76f03b6c6ee0e23686ae.tar.gz
Whoops, update the comment field while we're at it. (I *hate* the link
to freefall!)
Diffstat (limited to 'etc/security')
-rw-r--r--etc/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security
index 8f1550d..12ff5d9 100644
--- a/etc/security
+++ b/etc/security
@@ -1,7 +1,7 @@
#!/bin/sh -
#
# @(#)security 5.3 (Berkeley) 5/28/91
-# $Id: security,v 1.14 1996/07/31 06:47:05 pst Exp $
+# $Id: security,v 1.15 1996/10/12 04:51:09 nate Exp $
#
PATH=/sbin:/bin:/usr/bin
LC_ALL=C; export LC_ALL
@@ -68,7 +68,7 @@ if ipfw -a l 2>/dev/null | egrep "deny|reject" > $TMP; then
fi
fi
-# show denied packets
+# show kernel log messages
if dmesg 2>/dev/null > $TMP; then
if [ ! -f $LOG/dmesg.today ] ; then
separator
OpenPOWER on IntegriCloud