diff options
| author | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2009-07-29 22:54:07 +0000 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2009-07-29 22:54:07 +0000 |
| commit | c7ea1a3b8dbfdeb2020d25e5d847a1bb8513081f (patch) | |
| tree | 7b7ba020c69a2e01f3dd2a0d26911d1b18b548d0 /mpath_wait.patch | |
| parent | 39c08730f0e8e5f001c3f9dc3481b9f30eab24fb (diff) | |
Updated to latest upstream 0.4.9 code : multipath-tools-090729.tgz (git
commit id: d678c139719d5631194b50e49f16ca97162ecd0f) moved multipath
bindings file from /var/lib/multipath to /etc/multipath Fixed 354961,
432520
Diffstat (limited to 'mpath_wait.patch')
| -rw-r--r-- | mpath_wait.patch | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/mpath_wait.patch b/mpath_wait.patch index 44e14d7..7d61c9c 100644 --- a/mpath_wait.patch +++ b/mpath_wait.patch @@ -1,7 +1,12 @@ -diff --git a/multipath/Makefile b/multipath/Makefile -index e0031a2..fe377d8 100644 ---- a/multipath/Makefile -+++ b/multipath/Makefile +--- + multipath/Makefile | 3 ++- + multipath/mpath_wait | 17 +++++++++++++++++ + 2 files changed, 19 insertions(+), 1 deletion(-) + +Index: multipath-tools-090724/multipath/Makefile +=================================================================== +--- multipath-tools-090724.orig/multipath/Makefile ++++ multipath-tools-090724/multipath/Makefile @@ -20,7 +20,7 @@ $(EXEC): $(OBJS) install: @@ -11,7 +16,7 @@ index e0031a2..fe377d8 100644 $(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d $(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)/etc/udev/rules.d/ $(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir) -@@ -31,6 +31,7 @@ install: +@@ -34,6 +34,7 @@ install: uninstall: rm $(DESTDIR)/etc/udev/rules.d/multipath.rules rm $(DESTDIR)$(bindir)/$(EXEC) @@ -19,11 +24,10 @@ index e0031a2..fe377d8 100644 rm $(DESTDIR)$(mandir)/$(EXEC).8.gz rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5.gz -diff --git a/multipath/mpath_wait b/multipath/mpath_wait -new file mode 100644 -index 0000000..d4047cc +Index: multipath-tools-090724/multipath/mpath_wait +=================================================================== --- /dev/null -+++ b/multipath/mpath_wait ++++ multipath-tools-090724/multipath/mpath_wait @@ -0,0 +1,17 @@ +#!/bin/bash + |
