diff options
| author | Mike Snitzer <msnitzer@fedoraproject.org> | 2009-05-06 20:01:01 +0000 |
|---|---|---|
| committer | Mike Snitzer <msnitzer@fedoraproject.org> | 2009-05-06 20:01:01 +0000 |
| commit | cbdffc7ea04d181060f56ca3ebf122552b26b51f (patch) | |
| tree | ace6b69d19d52e33207f5e569d4f55415e920d08 /mpath_wait.patch | |
| parent | b3b10f9bcf3c4766676a5a35da7e8fb767130a62 (diff) | |
Updated to latest upstream 0.4.9 code: multipath-tools-090429.tgz (gitdevice-mapper-multipath-0_4_9-1_fc12
commit id: 7395bcda3a218df2eab1617df54628af0dc3456e)
Diffstat (limited to 'mpath_wait.patch')
| -rw-r--r-- | mpath_wait.patch | 19 |
1 files changed, 10 insertions, 9 deletions
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 + |
