From cbdffc7ea04d181060f56ca3ebf122552b26b51f Mon Sep 17 00:00:00 2001 From: Mike Snitzer Date: Wed, 6 May 2009 20:01:01 +0000 Subject: Updated to latest upstream 0.4.9 code: multipath-tools-090429.tgz (git commit id: 7395bcda3a218df2eab1617df54628af0dc3456e) --- mpath_wait.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'mpath_wait.patch') diff --git a/mpath_wait.patch b/mpath_wait.patch index ab48908..44e14d7 100644 --- a/mpath_wait.patch +++ b/mpath_wait.patch @@ -1,8 +1,8 @@ -Index: multipath-tools-080515/multipath/Makefile -=================================================================== ---- multipath-tools-080515.orig/multipath/Makefile -+++ multipath-tools-080515/multipath/Makefile -@@ -21,7 +21,7 @@ $(EXEC): $(OBJS) +diff --git a/multipath/Makefile b/multipath/Makefile +index e0031a2..fe377d8 100644 +--- a/multipath/Makefile ++++ b/multipath/Makefile +@@ -20,7 +20,7 @@ $(EXEC): $(OBJS) install: $(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir) @@ -11,7 +11,7 @@ Index: multipath-tools-080515/multipath/Makefile $(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d $(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)/etc/udev/rules.d/ $(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir) -@@ -36,6 +36,7 @@ install: +@@ -31,6 +31,7 @@ install: uninstall: rm $(DESTDIR)/etc/udev/rules.d/multipath.rules rm $(DESTDIR)$(bindir)/$(EXEC) @@ -19,10 +19,11 @@ Index: multipath-tools-080515/multipath/Makefile rm $(DESTDIR)$(mandir)/$(EXEC).8.gz rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5.gz -Index: multipath-tools-080515/multipath/mpath_wait -=================================================================== +diff --git a/multipath/mpath_wait b/multipath/mpath_wait +new file mode 100644 +index 0000000..d4047cc --- /dev/null -+++ multipath-tools-080515/multipath/mpath_wait ++++ b/multipath/mpath_wait @@ -0,0 +1,17 @@ +#!/bin/bash + -- cgit