mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Fix typo in previous commit.
PR: 7621 Submitted by: Mark Huizer
This commit is contained in:
parent
6dec0a8cf5
commit
7259d16a8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user