[zabbix20/el6] Correct comments on configuration in init scripts

Volker Fröhlich volter at fedoraproject.org
Mon Feb 11 10:38:26 UTC 2013


commit 2934dfdd0e53198985cc894ca5ee4da2654f89ea
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Mon Feb 11 11:37:05 2013 +0100

    Correct comments on configuration in init scripts
    
    The init scripts claimed the configuration was still in /etc/zabbix,
    which is not the case anymore.

 zabbix-agent.init  |    2 +-
 zabbix-proxy.init  |    2 +-
 zabbix-server.init |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zabbix-agent.init b/zabbix-agent.init
index 02f351d..7e3019d 100644
--- a/zabbix-agent.init
+++ b/zabbix-agent.init
@@ -3,7 +3,7 @@
 # chkconfig: - 86 14
 # description: Zabbix agent daemon
 # processname: zabbix_agentd
-# config: /etc/zabbix/zabbix_agentd.conf
+# config: /etc/zabbix_agentd.conf
 #
 
 ### BEGIN INIT INFO
diff --git a/zabbix-proxy.init b/zabbix-proxy.init
index e44be3d..079f2ea 100644
--- a/zabbix-proxy.init
+++ b/zabbix-proxy.init
@@ -2,7 +2,7 @@
 #
 # chkconfig: - 85 15
 # description: Zabbix proxy daemon
-# config: /etc/zabbix/zabbix_proxy.conf
+# config: /etc/zabbix_proxy.conf
 #
 
 ### BEGIN INIT INFO
diff --git a/zabbix-server.init b/zabbix-server.init
index 1863a3b..60990ae 100644
--- a/zabbix-server.init
+++ b/zabbix-server.init
@@ -2,7 +2,7 @@
 #
 # chkconfig: - 85 15
 # description: Zabbix server daemon
-# config: /etc/zabbix/zabbix_server.conf
+# config: /etc/zabbix_server.conf
 #
 
 ### BEGIN INIT INFO


More information about the scm-commits mailing list