Dear maintainer,

I made an NMU for util-linux (versioned as 2.20.1-5.10) with the
attached changes.

Ben.

-- 
Ben Hutchings
One of the nice things about standards is that there are so many of them.
diff -u util-linux-2.20.1/debian/changelog util-linux-2.20.1/debian/changelog
--- util-linux-2.20.1/debian/changelog
+++ util-linux-2.20.1/debian/changelog
@@ -1,3 +1,11 @@
+util-linux (2.20.1-5.10) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * hwclock-set: Use stamp file in /run/udev to ensure we set the clock
+    only once if installed in the initramfs (Closes: #763823)
+
+ -- Ben Hutchings <b...@decadent.org.uk>  Sat, 04 Oct 2014 03:15:30 +0100
+
 util-linux (2.20.1-5.9) unstable; urgency=medium
 
   [ Aurelien Jarno ]
diff -u util-linux-2.20.1/debian/hwclock-set util-linux-2.20.1/debian/hwclock-set
--- util-linux-2.20.1/debian/hwclock-set
+++ util-linux-2.20.1/debian/hwclock-set
@@ -8,6 +8,10 @@
     exit 0
 fi
 
+if [ -e /run/udev/hwclock-set ]; then
+    exit 0
+fi
+
 if [ -f /etc/default/rcS ] ; then
     . /etc/default/rcS
 fi
@@ -28,0 +33,2 @@
+
+touch /run/udev/hwclock-set

Attachment: signature.asc
Description: Digital signature

Reply via email to