]> err.no Git - util-linux/commitdiff
v2.12r-5
authorLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:06:39 +0000 (17:06 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:06:39 +0000 (17:06 -0600)
debian/changelog
debian/hwclock.sh

index 4da5d4ebbad4ff846f17702c95c2580777b465a0..787c50530488db272ed53f59e3f7ff2adec47b77 100644 (file)
@@ -1,3 +1,9 @@
+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
index a66055d90274553a9e1d312c07d65c256a98dfe4..a10f04de78d559174027c0eaafe50f083643d1be 100644 (file)
@@ -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