From: LaMont Jones Date: Sun, 8 Jul 2007 23:06:39 +0000 (-0600) Subject: v2.12r-5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e05c958cd8b0fe18bd348f81dc4f879a4c9ea0;p=util-linux v2.12r-5 --- diff --git a/debian/changelog b/debian/changelog index 4da5d4eb..787c5053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.12r-5) unstable; urgency=low + + * make hwclock prettier. Closes: #348718 + + -- LaMont Jones Wed, 18 Jan 2006 11:44:06 -0700 + util-linux (2.12r-4) unstable; urgency=low * Stupid fat-fingers typo. Closes: #348483 diff --git a/debian/hwclock.sh b/debian/hwclock.sh index a66055d9..a10f04de 100644 --- a/debian/hwclock.sh +++ b/debian/hwclock.sh @@ -112,11 +112,12 @@ hwclocksh() 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 @@ -135,11 +136,12 @@ hwclocksh() 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