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>2015-05-26 12:13:23 +0300
committermboelen <michael@cisofy.com>2015-05-26 12:13:23 +0300
commitc70f3e93cd7a79d7a579158a756ca2122f6ce0e7 (patch)
treec674dda53d92e089b11906c4c281fd9ccd5a5e22
parenta1095ef9413dcd50964a4d9b42605c7250e19e46 (diff)
Cleanup of screen output, with focus on minimum output
-rw-r--r--include/tests_time8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/tests_time b/include/tests_time
index 8d425fa3..508702c5 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -109,7 +109,7 @@
Display --indent 2 --text "- Checking NTP client in crontab file (${I})" --result FOUND --color GREEN
logtext "Result: found ntpdate or rdate reference in crontab file ${I}"
else
- Display --indent 2 --text "- Checking NTP client in crontab file (${I})" --result "NOT FOUND" --color WHITE
+ #Display --indent 2 --text "- Checking NTP client in crontab file (${I})" --result "NOT FOUND" --color WHITE
logtext "Result: no ntpdate or rdate reference found in crontab file ${I}"
fi
else
@@ -148,7 +148,7 @@
Display --indent 2 --text "- Checking NTP client in cron files" --result FOUND --color GREEN
logtext "Result: found ntpdate or rdate in cron directory"
else
- Display --indent 2 --text "- Checking NTP client in cron.d files" --result "NOT FOUND" --color WHITE
+ #Display --indent 2 --text "- Checking NTP client in cron.d files" --result "NOT FOUND" --color WHITE
logtext "Result: no ntpdate or rdate found in cron directories"
fi
@@ -433,6 +433,8 @@
#
#################################################################################
#
+# For VMs check ntpd.conf : tinker panic 0
+#
wait_for_keypress
@@ -458,4 +460,4 @@ wait_for_keypress
#
#================================================================================
-# Lynis - Copyright 2007-2015, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2015, CISOfy - https://cisofy.com