diff --git a/etc/security b/etc/security index ec62a551c5e..bf0094e6bf3 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id: security,v 1.25 1998/07/08 22:42:08 alex Exp $ +# $Id: security,v 1.26 1998/08/11 08:48:54 des Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -53,7 +53,7 @@ echo "checking for uids of 0:" awk -F: '$3==0 {print $1,$3}' /etc/master.passwd separator -echo "checking for paswordless accounts:" +echo "checking for passwordless accounts:" awk -F: '$2=="" {print $0}' /etc/master.passwd # show denied packets