summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2-server/files/zabbix_proxy.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/zabbix2-server/files/zabbix_proxy.in')
-rw-r--r--net-mgmt/zabbix2-server/files/zabbix_proxy.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/zabbix2-server/files/zabbix_proxy.in b/net-mgmt/zabbix2-server/files/zabbix_proxy.in
deleted file mode 100644
index c997126b98a9..000000000000
--- a/net-mgmt/zabbix2-server/files/zabbix_proxy.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: zabbix_proxy
-# REQUIRE: DAEMON%%ZABBIX_REQUIRE%%
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
-# enable zabbix_proxy:
-#
-# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to
-# enable zabbix_proxy.
-#
-
-. /etc/rc.subr
-
-name="zabbix_proxy"
-rcvar=${name}_enable
-
-command="%%PREFIX%%/sbin/${name}"
-required_files="%%ETCDIR%%/${name}.conf"
-
-load_rc_config $name
-
-: ${zabbix_proxy_enable="NO"}
-
-run_rc_command "$1"