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 /lib64_multipath.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 'lib64_multipath.patch')
| -rw-r--r-- | lib64_multipath.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib64_multipath.patch b/lib64_multipath.patch new file mode 100644 index 0000000..ebd22ed --- /dev/null +++ b/lib64_multipath.patch @@ -0,0 +1,12 @@ +diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h +index d7f93cb..357c519 100644 +--- a/libmultipath/defaults.h ++++ b/libmultipath/defaults.h +@@ -1,6 +1,6 @@ + #define DEFAULT_GETUID "/lib/udev/scsi_id --whitelisted --device=/dev/%n" + #define DEFAULT_UDEVDIR "/dev" +-#define DEFAULT_MULTIPATHDIR "/lib/multipath" ++#define DEFAULT_MULTIPATHDIR "/lib64/multipath" + #define DEFAULT_SELECTOR "round-robin 0" + #define DEFAULT_FEATURES "0" + #define DEFAULT_HWHANDLER "0" |
