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:
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index 28edfda4..983a9612 100755
--- a/lynis
+++ b/lynis
@@ -794,7 +794,7 @@ ${NORMAL}
FOUND=1
fi
if [ ${FOUND} -eq 1 ]; then
- LogText "Result: systemd is using systemd"
+ LogText "Result: system is using systemd"
HAS_SYSTEMD=1
Report "systemd=1"
else