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.boelen@cisofy.com>2017-08-17 21:30:08 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-08-17 21:30:08 +0300
commit011639bc60197fb5a9c4bc8127a58248588acdce (patch)
tree50ebcdd2bae8ba326fbcf11a74eadc465136f39f
parent5b0f87b4ea20529f3e29419b04ced92afb2f2849 (diff)
Textual improvement
-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