From c1e05c958cd8b0fe18bd348f81dc4f879a4c9ea0 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 8 Jul 2007 17:06:39 -0600 Subject: [PATCH] v2.12r-5 --- debian/changelog | 6 ++++++ debian/hwclock.sh | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.39.5