From 9338e8728ba33ca3b04883c62d95d814f249dd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 16 Aug 1998 10:38:02 +0000 Subject: [PATCH] Fix typo in previous commit. PR: 7621 Submitted by: Mark Huizer --- etc/security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/security b/etc/security index ec62a551c5eb..bf0094e6bf38 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