Chronyd support, finishing test

This commit is contained in:
mboelen 2015-05-25 17:45:41 +02:00
parent 1c07e6fa2c
commit 7854eeae20
1 changed files with 6 additions and 5 deletions

View File

@ -52,10 +52,11 @@
FOUND=0
if [ -f /etc/chrony.conf ]; then
IsRunning chronyd
if [ ${RUNNING} -eq 1 ]; then
FOUND=1; NTP_DAEMON_RUNNING=1; NTP_CONFIG_TYPE_DAEMON=1; NTP_DAEMON="chronyd"
Display --indent 2 --text "- NTP daemon found: chronyd" --result FOUND --color GREEN
IsRunning chronyd
if [ ${RUNNING} -eq 1 ]; then
FOUND=1; NTP_DAEMON_RUNNING=1; NTP_CONFIG_TYPE_DAEMON=1; NTP_DAEMON="chronyd"
Display --indent 2 --text "- NTP daemon found: chronyd" --result FOUND --color GREEN
fi
fi
# Check time daemon (eg DragonFly BSD)
@ -113,7 +114,7 @@
fi
else
logtext "Result: crontab file ${I} not found"
fi
fi
done
##########################