[Utnubu-maintainers] Bug#458626: Patch used in NMU
Petter Reinholdtsen
pere at hungry.com
Tue Mar 18 17:09:42 UTC 2008
This is the patch I used in the NMU to solve this issue.
diff -u dmraid-1.0.0.rc13/debian/changelog dmraid-1.0.0.rc13/debian/changelog
--- dmraid-1.0.0.rc13/debian/changelog
+++ dmraid-1.0.0.rc13/debian/changelog
@@ -1,3 +1,10 @@
+dmraid (1.0.0.rc13-2.1) unstable; urgency=low
+
+ * Non-maintainer upload to solve release goal.
+ * Add LSB dependency header to init.d scripts (Closes: #458626)
+
+ -- Petter Reinholdtsen <pere at debian.org> Tue, 18 Mar 2008 17:57:38 +0100
+
dmraid (1.0.0.rc13-2) unstable; urgency=high
* Apply patch to link libz statically, but only that; works only with GNU
diff -u dmraid-1.0.0.rc13/debian/dmraid.init dmraid-1.0.0.rc13/debian/dmraid.init
--- dmraid-1.0.0.rc13/debian/dmraid.init
+++ dmraid-1.0.0.rc13/debian/dmraid.init
@@ -1,4 +1,13 @@
#!/bin/bash
+### BEGIN INIT INFO
+# Provides: dmraid
+# Required-Start: mountkernfs udev
+# Required-Stop: umountroot
+# X-Start-Before: checkroot mdadm-raid lvm2 lvm
+# X-Stop-After: umountfs mdadm-raid lvm2 lvm
+# Default-Start: S
+# Default-Stop: 0 6
+### END INIT INFO
# try to load module in case that hasn't been done yet
modprobe dm-mod >/dev/null 2>&1
More information about the Utnubu-maintainers
mailing list