r399 - in multipath-tools/trunk/debian: . patches

Guido Guenther agx at alioth.debian.org
Wed Dec 20 14:35:47 CET 2006


Author: agx
Date: Wed Dec 20 14:35:46 2006
New Revision: 399

Modified:
   multipath-tools/trunk/debian/changelog
   multipath-tools/trunk/debian/patches/udev.diff
Log:
remove superflous multipath.sh


Modified: multipath-tools/trunk/debian/changelog
==============================================================================
--- multipath-tools/trunk/debian/changelog	(original)
+++ multipath-tools/trunk/debian/changelog	Wed Dec 20 14:35:46 2006
@@ -10,8 +10,9 @@
   * cleanup pp_hds_modular so the package is rebuildable several times
   * scsi_id.diff, Makefile-cleanups.diff, remove-arch-ifdefs.diff, udev.diff:
     split out Debian's modifications into separate patches
+  * remove now superflous multipath.sh (closes: #350814)
 
- -- Guido Guenther <agx at sigxcpu.org>  Wed, 20 Dec 2006 11:14:01 +0100
+ -- Guido Guenther <agx at sigxcpu.org>  Wed, 20 Dec 2006 13:41:43 +0100
 
 multipath-tools (0.4.7-1.1) unstable; urgency=medium
 

Modified: multipath-tools/trunk/debian/patches/udev.diff
==============================================================================
--- multipath-tools/trunk/debian/patches/udev.diff	(original)
+++ multipath-tools/trunk/debian/patches/udev.diff	Wed Dec 20 14:35:46 2006
@@ -19,20 +19,3 @@
 +	PROGRAM="/sbin/dmsetup -j %M -m %m --noopencount --noheadings -c -o name info", \
  	RUN+="/sbin/kpartx -a /dev/mapper/%c"
  
---- multipath-tools-0.4.7.orig/multipath/multipath.sh
-+++ multipath-tools-0.4.7/multipath/multipath.sh
-@@ -0,0 +1,14 @@
-+#!/bin/sh -e
-+
-+if [ ! "${ACTION}" = add ] ; then
-+   exit
-+fi
-+
-+if [ "${1:0:3}" = "dm-" ] ; then
-+  dev=$(</sys${DEVPATH}/dev)
-+  map=$(/sbin/devmap_name $dev)
-+  /sbin/kpartx -v -a /dev/$map
-+else
-+  /sbin/multipath -v0 /dev/$1
-+fi
-+



More information about the pkg-lvm-commits mailing list