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

index 73e9e3e0b833020759ef32d2200c1a079322dcd4..4da5d4ebbad4ff846f17702c95c2580777b465a0 100644 (file)
@@ -1,3 +1,9 @@
+util-linux (2.12r-4) unstable; urgency=low
+
+  * Stupid fat-fingers typo.  Closes: #348483
+
+ -- LaMont Jones <lamont@debian.org>  Tue, 17 Jan 2006 07:40:56 -0700
+
 util-linux (2.12r-3) unstable; urgency=low
 
   * Add ppc64 support.  Closes: #322130
index a6027621790e41e820cd21054bd15c4430c8308b..a66055d90274553a9e1d312c07d65c256a98dfe4 100644 (file)
@@ -24,7 +24,7 @@ FIRST=no      # debian/rules sets this to 'yes' when creating hwclockfirst.sh
 # as machine hardware clock type for Alphas.
 HWCLOCKPARS=
 
-hwclock_sh()
+hwclocksh()
 {
     [ ! -x /sbin/hwclock ] && return 0
     . /etc/default/rcS
@@ -155,4 +155,4 @@ hwclock_sh()
     esac
 }
 
-hwclock_sh
+hwclocksh "$@"
index 48353d67ebe7b6001ce6952efc7a3f41d9622b2b..92dc264e93e87c7cc7d73d95e9108aecb6bd43b6 100755 (executable)
@@ -164,7 +164,7 @@ endif
 install:
 
 debian/hwclockfirst.sh: debian/hwclock.sh
-       sed '/^FIRST/s/no/yes/; s/hwclock.sh/hwclockfirst.sh/g' debian/hwclock.sh > debian/hwclockfirst.sh
+       sed '/^FIRST/s/no/yes/; s/hwclock\.sh/hwclockfirst.sh/g' debian/hwclock.sh > debian/hwclockfirst.sh
 
 binary-indep:  checkroot build binary-arch
        $(checkdir)