From c7ea1a3b8dbfdeb2020d25e5d847a1bb8513081f Mon Sep 17 00:00:00 2001 From: Benjamin Marzinski Date: Wed, 29 Jul 2009 22:54:07 +0000 Subject: 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 --- multipath_rules.patch | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'multipath_rules.patch') diff --git a/multipath_rules.patch b/multipath_rules.patch index 6cdd4bc..44b9e1e 100644 --- a/multipath_rules.patch +++ b/multipath_rules.patch @@ -1,8 +1,13 @@ -diff --git a/multipath/Makefile b/multipath/Makefile -index fe377d8..b2c4fa6 100644 ---- a/multipath/Makefile -+++ b/multipath/Makefile -@@ -22,14 +22,14 @@ install: +--- + multipath/Makefile | 4 ++-- + multipath/multipath.rules | 13 +++++++------ + 2 files changed, 9 insertions(+), 8 deletions(-) + +Index: multipath-tools-090724/multipath/Makefile +=================================================================== +--- multipath-tools-090724.orig/multipath/Makefile ++++ multipath-tools-090724/multipath/Makefile +@@ -22,7 +22,7 @@ install: $(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) -m 755 $(EXEC) mpath_wait $(DESTDIR)$(bindir)/ $(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d @@ -11,7 +16,8 @@ index fe377d8..b2c4fa6 100644 $(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir) $(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir) $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir) - $(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5.gz $(DESTDIR)$(man5dir) +@@ -32,7 +32,7 @@ install: + fi uninstall: - rm $(DESTDIR)/etc/udev/rules.d/multipath.rules @@ -19,10 +25,10 @@ index fe377d8..b2c4fa6 100644 rm $(DESTDIR)$(bindir)/$(EXEC) rm $(DESTDIR)$(bindir)/mpath_wait rm $(DESTDIR)$(mandir)/$(EXEC).8.gz -diff --git a/multipath/multipath.rules b/multipath/multipath.rules -index ac97749..ad2ff2a 100644 ---- a/multipath/multipath.rules -+++ b/multipath/multipath.rules +Index: multipath-tools-090724/multipath/multipath.rules +=================================================================== +--- multipath-tools-090724.orig/multipath/multipath.rules ++++ multipath-tools-090724/multipath/multipath.rules @@ -1,7 +1,8 @@ -# -# udev rules for multipathing. -- cgit