Merge pull request #113 from pyllyukko/fix_LogText

Fix "/etc/inittab" -> "/etc/sysconfig/init"
This commit is contained in:
Michael Boelen 2016-02-09 13:03:08 +01:00
commit fde45eafd4
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@
LogText "Result: found sulogin, so single user is protected"
fi
else
LogText "Result: file /etc/inittab does not exist"
LogText "Result: file /etc/sysconfig/init does not exist"
fi
if [ -f /etc/inittab -o -f /etc/sysconfig/init ]; then
if [ ${FOUND} -eq 0 ]; then