From 71aa47cbf4b16787311c9f0295228ec5eefacb19 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Sat, 16 Jan 2016 21:14:38 +0200 Subject: [PATCH] Fix "/etc/inittab" -> "/etc/sysconfig/init" --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index 2c53e8dc..e9c0b8bf 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -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