+util-linux (2.12r-5) unstable; urgency=low
+
+ * make hwclock prettier. Closes: #348718
+
+ -- LaMont Jones <lamont@debian.org> Wed, 18 Jan 2006 11:44:06 -0700
+
util-linux (2.12r-4) unstable; urgency=low
* Stupid fat-fingers typo. Closes: #348483
fi
# Announce the local time.
+ log_end_msg 0
verbose_log_action_msg "System Clock set. Local time: `date $UTC`"
else
+ log_end_msg 0
verbose_log_action_msg "Not setting System Clock"
fi
- log_end_msg 0
;;
stop|restart|reload|force-reload)
if [ "X$FIRST" = "Xyes" ]; then
GMT="--utc"
fi
/sbin/hwclock --systohc $GMT $HWCLOCKPARS $BADYEAR
+ log_end_msg 0
verbose_log_action_msg "Hardware Clock updated to `date`"
else
+ log_end_msg 0
verbose_log_action_msg "Not saving System Clock"
fi
- log_end_msg 0
;;
show)
if [ "$HWCLOCKACCESS" != no ]; then