diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-07-08 22:42:08 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-07-08 22:42:08 +0000 |
| commit | e375f2fa063adaeec91003cdd3351bb82e623a0c (patch) | |
| tree | b1cd110d6d0db1ef9d467102446099696d3490ef /etc/security | |
| parent | ff8cc45a43f1e16fdbe9108ecab8883c36810af6 (diff) | |
Notes
Diffstat (limited to 'etc/security')
| -rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index a39c3891ee0b0..ad7cc80d1326a 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id: security,v 1.23 1998/02/04 01:53:19 alex Exp $ +# $Id: security,v 1.24 1998/06/27 11:13:59 andreas Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -50,7 +50,7 @@ fi separator echo "checking for uids of 0:" -awk 'BEGIN {FS=":"} $3=="0" {print $1,$3}' /etc/master.passwd +awk 'BEGIN {FS=":"} $3==0 {print $1,$3}' /etc/master.passwd # show denied packets if ipfw -a l 2>/dev/null | egrep "deny|reset|unreach" > $TMP; then |
