diff options
Diffstat (limited to 'net-mgmt/zabbix2/files/zabbix_agent.sh.in')
-rw-r--r-- | net-mgmt/zabbix2/files/zabbix_agent.sh.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/zabbix2/files/zabbix_agent.sh.in b/net-mgmt/zabbix2/files/zabbix_agent.sh.in deleted file mode 100644 index 3d6b3f081e1d..000000000000 --- a/net-mgmt/zabbix2/files/zabbix_agent.sh.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -. %%RC_SUBR%% - -name="zabbix_agentd" -rcvar=`set_rcvar` -command="${prefix}/bin/${name}" -required_files="/etc/zabbix/${name}.conf" - -run_rc_command "$1" |