Blame SOURCES/0122-RHBZ-1212590-dont-use-var.patch

f20720
---
f20720
 libmultipath/defaults.h       |    4 ++--
f20720
 multipathd/multipathd.service |    2 +-
f20720
 2 files changed, 3 insertions(+), 3 deletions(-)
f20720
f20720
Index: multipath-tools-130222/libmultipath/defaults.h
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/libmultipath/defaults.h
f20720
+++ multipath-tools-130222/libmultipath/defaults.h
f20720
@@ -26,8 +26,8 @@
f20720
 #define MAX_CHECKINT(a)		(a << 2)
f20720
 
f20720
 #define MAX_DEV_LOSS_TMO	0x7FFFFFFF
f20720
-#define DEFAULT_PIDFILE		"/var/run/multipathd/multipathd.pid"
f20720
-#define DEFAULT_TIMESTAMP_FILE	"/var/run/multipathd/timestamp"
f20720
+#define DEFAULT_PIDFILE		"/run/multipathd/multipathd.pid"
f20720
+#define DEFAULT_TIMESTAMP_FILE	"/run/multipathd/timestamp"
f20720
 #define DEFAULT_SOCKET		"/org/kernel/linux/storage/multipathd"
f20720
 #define DEFAULT_CONFIGFILE	"/etc/multipath.conf"
f20720
 #define DEFAULT_BINDINGS_FILE	"/etc/multipath/bindings"
f20720
Index: multipath-tools-130222/multipathd/multipathd.service
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipathd/multipathd.service
f20720
+++ multipath-tools-130222/multipathd/multipathd.service
f20720
@@ -9,7 +9,7 @@ Conflicts=shutdown.target
f20720
 
f20720
 [Service]
f20720
 Type=forking
f20720
-PIDFile=/var/run/multipathd/multipathd.pid
f20720
+PIDFile=/run/multipathd/multipathd.pid
f20720
 ExecStartPre=/sbin/modprobe dm-multipath
f20720
 ExecStartPre=-/sbin/multipath -A
f20720
 ExecStart=/sbin/multipathd