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

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