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

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