Fix typo: "login failures" -> "login failure"

PR:	9424
Submitted by:	Lars K*ller <root@cc.fh-lippe.de>
This commit is contained in:
Daniel O'Callaghan 1999-01-10 11:18:59 +00:00
parent bff85e290f
commit b7fe2b6dab

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# @(#)security 5.3 (Berkeley) 5/28/91
# $Id: security,v 1.27 1998/08/16 10:38:02 des Exp $
# $Id: security,v 1.28 1999/01/01 17:37:33 billf Exp $
#
PATH=/sbin:/bin:/usr/bin
LC_ALL=C; export LC_ALL
@ -103,7 +103,7 @@ fi
# show login failures
separator
echo "$host login failures:"
grep -i "login failures" $LOG/messages
grep -i "login failure" $LOG/messages
# show tcp_wrapper warning messages
separator