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>2018-12-14 15:17:46 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-12-14 15:17:46 +0300
commit81f67584cb8e4dd4b546f07574935dd7cdd81645 (patch)
treecb8258aa5af183a396cc462c8a8f22d1b993ead3 /include/tests_boot_services
parentae0915899e5f08244ceb44b8bf713978f0225a34 (diff)
[BOOT-5177] changed note to a hint
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 1d11492a..d26b44e8 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -555,7 +555,7 @@
Report "running_service[]=${ITEM}"
COUNT=$((COUNT + 1))
done
- LogText "Note: Run systemctl --full --type=service to see all services"
+ LogText "Hint: Run systemctl --full --type=service to see all services"
Display --indent 2 --text "- Check running services (systemctl)" --result "${STATUS_DONE}" --color GREEN
Display --indent 8 --text "Result: found ${COUNT} running services"
LogText "Result: Found ${COUNT} enabled services"
@@ -570,7 +570,7 @@
Report "boot_service[]=${ITEM}"
COUNT=$((COUNT + 1))
done
- LogText "Note: Run systemctl list-unit-files --type=service to see all services"
+ LogText "Hint: Run systemctl list-unit-files --type=service to see all services"
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "${STATUS_DONE}" --color GREEN
Display --indent 8 --text "Result: found ${COUNT} enabled services"
LogText "Result: Found ${COUNT} running services"