Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael@cisofy.com>2016-02-09 15:03:08 +0300
committerMichael Boelen <michael@cisofy.com>2016-02-09 15:03:08 +0300
commitfde45eafd4848f9deb9fd8deb1947dbe67d13fea (patch)
treeae72478d5ce6c57a2ae244999bbb332cb484b329
parent44752440e8fea880ef74357d79cdc5ab49a217ad (diff)
parent71aa47cbf4b16787311c9f0295228ec5eefacb19 (diff)
Merge pull request #113 from pyllyukko/fix_LogText
Fix "/etc/inittab" -> "/etc/sysconfig/init"
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
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