--- init.d.orig/ntp 2008-11-03 16:09:40.000000000 +0000 +++ init.d/ntp 2008-11-03 15:57:43.000000000 +0000 @@ -37,6 +37,11 @@ log_failure_msg "user \"$RUNASUSER\" does not exist" exit 1 fi + ntpdate-debian + if [ $? -eq 0 ] + then + hwclock --systohc + fi start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE -u $UGID $NTPD_OPTS log_end_msg $? ;;