Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2011-12-30 17:29:58 +0400
committerRihards Olups <git-no-reply@zabbix.com>2011-12-30 17:29:58 +0400
commit8b84f3f2c557550ea22abc4121089fd8ece121d7 (patch)
tree385f46c924831f99a8b274d5203f23cb0dba48b0 /misc
parent2fd8bef00f95051de835993cfa75ea62f84ff25a (diff)
....I..... [ZBX-4461] changed binary path from bin to sbin in FreeBSD initscripts
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/init.d/freebsd/zabbix_agentd2
-rwxr-xr-xmisc/init.d/freebsd/zabbix_server2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/init.d/freebsd/zabbix_agentd b/misc/init.d/freebsd/zabbix_agentd
index 230e7dd4f07..c25623b706b 100755
--- a/misc/init.d/freebsd/zabbix_agentd
+++ b/misc/init.d/freebsd/zabbix_agentd
@@ -5,7 +5,7 @@
name="zabbix_agentd"
load_rc_config ${name}
rcvar=`set_rcvar`
-command="${prefix:-"/usr/local"}/bin/${name}"
+command="${prefix:-"/usr/local"}/sbin/${name}"
required_files="/etc/zabbix/${name}.conf"
run_rc_command "$1"
diff --git a/misc/init.d/freebsd/zabbix_server b/misc/init.d/freebsd/zabbix_server
index 6d102d26fd4..9325d4d739a 100755
--- a/misc/init.d/freebsd/zabbix_server
+++ b/misc/init.d/freebsd/zabbix_server
@@ -5,7 +5,7 @@
name="zabbix_server"
load_rc_config ${name}
rcvar=`set_rcvar`
-command="${prefix:-"/usr/local"}/bin/${name}"
+command="${prefix:-"/usr/local"}/sbin/${name}"
required_files="/etc/zabbix/${name}.conf"
run_rc_command "$1"