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:
authormboelen <michael@cisofy.com>2014-09-21 15:05:14 +0400
committermboelen <michael@cisofy.com>2014-09-21 15:05:14 +0400
commitf3f829c7bc5fb64c9b05ac3a1b62520f92b3c46b (patch)
tree791ccf5292b55281ac2d5b5f600d35027435dfc2 /include/tests_boot_services
parentabcf438ee15860276f52fee67d3c2234bfcd1ed0 (diff)
Adjusted logging
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index f5c86197..d4ac6653 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -277,7 +277,7 @@
report "running_service[]=${I}"
N=`expr ${N} + 1`
done
- logtext "Suggestion: Run systemctl --full --type=service to see all services"
+ logtext "Note: Run systemctl --full --type=service to see all services"
Display --indent 2 --text "- Check running services (systemctl)" --result "DONE" --color GREEN
Display --indent 8 --text "Result: found $N running services"
logtext "Result: Found $N enabled services"
@@ -292,7 +292,7 @@
report "boot_service[]=${I}"
N=`expr ${N} + 1`
done
- logtext "Suggestion: Run systemctl list-unit-files --type=service to see all services"
+ logtext "Note: Run systemctl list-unit-files --type=service to see all services"
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "DONE" --color GREEN
Display --indent 8 --text "Result: found $N enabled services"
logtext "Result: Found $N running services"