diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-04-05 13:42:48 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-04-05 13:42:48 +0000 |
| commit | fdc6e9bd38049b9bce94bb096bed84b3e9ae4509 (patch) | |
| tree | d54e0e201942e8f06778f248c322ace061620914 /etc/security | |
| parent | e4197aa9d668502c446c8c69779f0a3d7b0a2ac3 (diff) | |
Notes
Diffstat (limited to 'etc/security')
| -rw-r--r-- | etc/security | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/security b/etc/security index 96ffc288de0f1..c78671382f937 100644 --- a/etc/security +++ b/etc/security @@ -57,7 +57,7 @@ awk -F: '$3==0 {print $1,$3}' /etc/master.passwd separator echo "checking for passwordless accounts:" -awk -F: 'NF > 1 && $1 !~ /^[#+]/ && $2=="" {print $0}' /etc/master.passwd +awk -F: 'NF > 1 && $1 !~ /^[#+-]/ && $2=="" {print $0}' /etc/master.passwd # Show denied packets # |
