r176 - multipath-tools/trunk/debian

Bastian Blank waldi at costa.debian.org
Tue Sep 20 15:33:54 UTC 2005


Author: waldi
Date: Tue Sep 20 15:33:53 2005
New Revision: 176

Modified:
   multipath-tools/trunk/debian/changelog
   multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init
   multipath-tools/trunk/debian/multipath-tools.preinst
   multipath-tools/trunk/debian/rules
Log:
* debian/changelog: Update.
* debian/multipath-tools.multipath-tools-boot.init:
  Load dm-multipath module.
* debian/multipath-tools.preinst: Remove old multipath-tools-boot init script.
* debian/rules: Update.


Modified: multipath-tools/trunk/debian/changelog
==============================================================================
--- multipath-tools/trunk/debian/changelog	(original)
+++ multipath-tools/trunk/debian/changelog	Tue Sep 20 15:33:53 2005
@@ -1,3 +1,9 @@
+multipath-tools (0.4.5-2) UNRELEASED; urgency=low
+
+  * Move boot init script before udev and load dm-multipath module.
+
+ -- Bastian Blank <waldi at debian.org>  Tue, 20 Sep 2005 17:25:16 +0200
+
 multipath-tools (0.4.5-1) unstable; urgency=low
 
   * New upstream version.

Modified: multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init
==============================================================================
--- multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init	(original)
+++ multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init	Tue Sep 20 15:33:53 2005
@@ -16,6 +16,7 @@
 case "$1" in
   start)
 	echo -n "Starting $DESC"
+	modprobe dm-multipath 2> /dev/null || true
 	$DAEMON -v 0
 	echo "."
 	;;

Modified: multipath-tools/trunk/debian/multipath-tools.preinst
==============================================================================
--- multipath-tools/trunk/debian/multipath-tools.preinst	(original)
+++ multipath-tools/trunk/debian/multipath-tools.preinst	Tue Sep 20 15:33:53 2005
@@ -11,6 +11,9 @@
 	if dpkg --compare-versions "$2" lt "0.4.5-1"; then
 	    [ -e /etc/rcS.d/S04multipath-tools ] && rm /etc/rcS.d/S04multipath-tools
 	fi
+	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
     ;;
 
     abort-upgrade)

Modified: multipath-tools/trunk/debian/rules
==============================================================================
--- multipath-tools/trunk/debian/rules	(original)
+++ multipath-tools/trunk/debian/rules	Tue Sep 20 15:33:53 2005
@@ -40,7 +40,7 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installinit -pmultipath-tools
-	dh_installinit -pmultipath-tools --name=multipath-tools-boot --no-start -- start 05 S .
+	dh_installinit -pmultipath-tools --name=multipath-tools-boot --no-start -- start 03 S .
 	dh_installman
 	dh_link
 	dh_strip



More information about the pkg-lvm-commits mailing list