Fix type /etc/init.d/ntp (booot).

This commit is contained in:
Michael Tremer
2010-09-09 21:04:18 +02:00
parent 2ab07f7ef3
commit 88d701e278

View File

@@ -9,7 +9,7 @@ eval $(/usr/local/bin/readhash /var/ipfire/time/settings)
case "$1" in
start)
if [ "$ENABLESETONBOOT" == "on" ]; then
boot_mesg "Setting time on booot..."
boot_mesg "Setting time on boot..."
loadproc /usr/local/bin/settime $(cat /var/ipfire/time/settime.conf)
fi