]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - multipath-tools/patches/0006-RH-move-bindings.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / multipath-tools / patches / 0006-RH-move-bindings.patch
1 From ff4c0c9ccbf8abe4a67c2a6cceef07bda9d38d7d Mon Sep 17 00:00:00 2001
2 From: Fabio M. Di Nitto <fdinitto@redhat.com>
3 Date: Tue, 13 Oct 2009 09:26:25 +0200
4 Subject: [PATCH 06/12] RH: move bindings
5
6 Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
7 ---
8 :100644 100644 84e5d6b... 5a38d25... M libmultipath/defaults.h
9 :100644 100644 9afa615... 7b6453f... M multipath.conf.annotated
10 :100644 100644 a165e4e... 4340e51... M multipath/multipath.conf.5
11 libmultipath/defaults.h | 2 +-
12 multipath.conf.annotated | 2 +-
13 multipath/multipath.conf.5 | 2 +-
14 3 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
17 index 84e5d6b..5a38d25 100644
18 --- a/libmultipath/defaults.h
19 +++ b/libmultipath/defaults.h
20 @@ -19,6 +19,6 @@
21 #define DEFAULT_PIDFILE "/var/run/multipathd.pid"
22 #define DEFAULT_SOCKET "/var/run/multipathd.sock"
23 #define DEFAULT_CONFIGFILE "/etc/multipath.conf"
24 -#define DEFAULT_BINDINGS_FILE "/var/lib/multipath/bindings"
25 +#define DEFAULT_BINDINGS_FILE "/etc/multipath/bindings"
26
27 char * set_default (char * str);
28 diff --git a/multipath.conf.annotated b/multipath.conf.annotated
29 index 9afa615..7b6453f 100644
30 --- a/multipath.conf.annotated
31 +++ b/multipath.conf.annotated
32 @@ -165,7 +165,7 @@
33 # # name : user_friendly_names
34 # # scope : multipath
35 # # desc : If set to "yes", using the bindings file
36 -# # /var/lib/multipath/bindings to assign a persistent and
37 +# # /etc/multipath/bindings to assign a persistent and
38 # # unique alias to the multipath, in the form of mpath<n>.
39 # # If set to "no" use the WWID as the alias. In either case
40 # # this be will be overriden by any specific aliases in this
41 diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
42 index a165e4e..4340e51 100644
43 --- a/multipath/multipath.conf.5
44 +++ b/multipath/multipath.conf.5
45 @@ -224,7 +224,7 @@ for never stop queueing. Default is 0.
46 If set to
47 .I yes
48 , using the bindings file
49 -.I /var/lib/multipath/bindings
50 +.I /etc/multipath/bindings
51 to assign a persistent and unique alias to the multipath, in the form of mpath<n>.
52 If set to
53 .I no
54 --
55 1.6.5.1
56