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