Blame SOURCES/conf.var.run.patch

9189c1
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_agentd.conf zabbix-6.2.0rc1/conf/zabbix_agentd.conf
9189c1
--- zabbix-6.2.0rc1.orig/conf/zabbix_agentd.conf	2022-06-17 15:08:20.256831191 +0300
9189c1
+++ zabbix-6.2.0rc1/conf/zabbix_agentd.conf	2022-06-17 15:08:43.660356151 +0300
9189c1
@@ -10,7 +10,7 @@
9189c1
 # Default:
9189c1
 # PidFile=/tmp/zabbix_agentd.pid
9189c1
 
9189c1
-PidFile=/run/zabbix/zabbix_agentd.pid
9189c1
+PidFile=/var/run/zabbix/zabbix_agentd.pid
9189c1
 
9189c1
 ### Option: LogType
9189c1
 #	Specifies where log messages are written to:
9189c1
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_proxy.conf zabbix-6.2.0rc1/conf/zabbix_proxy.conf
9189c1
--- zabbix-6.2.0rc1.orig/conf/zabbix_proxy.conf	2022-06-17 15:08:20.256831191 +0300
9189c1
+++ zabbix-6.2.0rc1/conf/zabbix_proxy.conf	2022-06-17 15:09:55.866893477 +0300
9189c1
@@ -133,7 +133,7 @@
9189c1
 # Default:
9189c1
 # PidFile=/tmp/zabbix_proxy.pid
9189c1
 
9189c1
-PidFile=/run/zabbix/zabbix_proxy.pid
9189c1
+PidFile=/var/run/zabbix/zabbix_proxy.pid
9189c1
 
9189c1
 ### Option: SocketDir
9189c1
 #	IPC socket directory.
9189c1
@@ -143,7 +143,7 @@
9189c1
 # Default:
9189c1
 # SocketDir=/tmp
9189c1
 
9189c1
-SocketDir=/run/zabbix
9189c1
+SocketDir=/var/run/zabbix
9189c1
 
9189c1
 ### Option: DBHost
9189c1
 #	Database host name.
9189c1
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_server.conf zabbix-6.2.0rc1/conf/zabbix_server.conf
9189c1
--- zabbix-6.2.0rc1.orig/conf/zabbix_server.conf	2022-06-17 15:08:20.256831191 +0300
9189c1
+++ zabbix-6.2.0rc1/conf/zabbix_server.conf	2022-06-17 15:09:29.379429530 +0300
9189c1
@@ -69,7 +69,7 @@
9189c1
 # Default:
9189c1
 # PidFile=/tmp/zabbix_server.pid
9189c1
 
9189c1
-PidFile=/run/zabbix/zabbix_server.pid
9189c1
+PidFile=/var/run/zabbix/zabbix_server.pid
9189c1
 
9189c1
 ### Option: SocketDir
9189c1
 #	IPC socket directory.
9189c1
@@ -79,7 +79,7 @@
9189c1
 # Default:
9189c1
 # SocketDir=/tmp
9189c1
 
9189c1
-SocketDir=/run/zabbix
9189c1
+SocketDir=/var/run/zabbix
9189c1
 
9189c1
 ### Option: DBHost
9189c1
 #	Database host name.