Textual improvement

This commit is contained in:
Michael Boelen 2017-08-17 20:30:08 +02:00
parent 5b0f87b4ea
commit 011639bc60
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

2
lynis
View File

@ -794,7 +794,7 @@ ${NORMAL}
FOUND=1 FOUND=1
fi fi
if [ ${FOUND} -eq 1 ]; then if [ ${FOUND} -eq 1 ]; then
LogText "Result: systemd is using systemd" LogText "Result: system is using systemd"
HAS_SYSTEMD=1 HAS_SYSTEMD=1
Report "systemd=1" Report "systemd=1"
else else