r402 - multipath-tools/trunk/debian

Guido Guenther agx at alioth.debian.org
Sat Dec 30 15:44:07 CET 2006


Author: agx
Date: Sat Dec 30 15:44:07 2006
New Revision: 402

Modified:
   multipath-tools/trunk/debian/changelog
   multipath-tools/trunk/debian/multipath-tools.preinst
   multipath-tools/trunk/debian/rules
Log:
  * make sure multipath-tools-init runs after udev so the /dev/mapper/
    entries appear in the correct place


Modified: multipath-tools/trunk/debian/changelog
==============================================================================
--- multipath-tools/trunk/debian/changelog	(original)
+++ multipath-tools/trunk/debian/changelog	Sat Dec 30 15:44:07 2006
@@ -1,3 +1,10 @@
+multipath-tools (0.4.7-3) UNRELEASED; urgency=low
+
+  * make sure multipath-tools-init runs after udev so the /dev/mapper/
+    entries appear in the correct place
+
+ -- Guido Guenther <agx at sigxcpu.org>  Thu, 21 Dec 2006 18:36:36 +0100
+
 multipath-tools (0.4.7-2) unstable; urgency=low
 
   [ Bastian Blank ]

Modified: multipath-tools/trunk/debian/multipath-tools.preinst
==============================================================================
--- multipath-tools/trunk/debian/multipath-tools.preinst	(original)
+++ multipath-tools/trunk/debian/multipath-tools.preinst	Sat Dec 30 15:44:07 2006
@@ -14,6 +14,9 @@
 	if dpkg --compare-versions "$2" lt "0.4.5-2"; then
 	    [ -e /etc/rcS.d/S05multipath-tools-boot ] && rm /etc/rcS.d/S05multipath-tools-boot
 	fi
+	if dpkg --compare-versions "$2" lt "0.4.7-3"; then
+	    [ -e /etc/rcS.d/S03multipath-tools-boot ] && rm /etc/rcS.d/S03multipath-tools-boot
+	fi
     ;;
 
     abort-upgrade)

Modified: multipath-tools/trunk/debian/rules
==============================================================================
--- multipath-tools/trunk/debian/rules	(original)
+++ multipath-tools/trunk/debian/rules	Sat Dec 30 15:44:07 2006
@@ -44,7 +44,7 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installinit -pmultipath-tools
-	dh_installinit -pmultipath-tools --name=multipath-tools-boot --no-start -- start 03 S .
+	dh_installinit -pmultipath-tools --name=multipath-tools-boot --no-start -- start 04 S .
 	dh_installman
 	dh_link
 	dh_strip



More information about the pkg-lvm-commits mailing list