summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix/scripts
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-01 22:08:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-01 22:08:04 +0000
commita4e089d9c444d6d934c0475b882bc8e91f391852 (patch)
tree127413693ebeb4a952fe1657f9c9d1088f836a14 /net-mgmt/zabbix/scripts
parent. Update to 1.4.2_10. (diff)
- Make startup scripts real rcng scripts
- Fix pkg-message usage too PR: ports/80245 (based on) Approved by: maintainer's silence over past few months
Diffstat (limited to 'net-mgmt/zabbix/scripts')
-rw-r--r--net-mgmt/zabbix/scripts/zabbix-agent.sh.sample14
-rw-r--r--net-mgmt/zabbix/scripts/zabbix.sh.sample14
2 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/zabbix/scripts/zabbix-agent.sh.sample b/net-mgmt/zabbix/scripts/zabbix-agent.sh.sample
deleted file mode 100644
index 1001c6cb694f..000000000000
--- a/net-mgmt/zabbix/scripts/zabbix-agent.sh.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-prefix=%PREFIX%
-
-zabbix_agentd_enable="YES"
-
-. %LOCALBASE%/etc/rc.subr
-
-name="zabbix_agentd"
-rcvar=`set_rcvar`
-command="${prefix}/bin/${name}"
-required_files="/etc/zabbix/${name}.conf"
-
-run_rc_command "$1"
diff --git a/net-mgmt/zabbix/scripts/zabbix.sh.sample b/net-mgmt/zabbix/scripts/zabbix.sh.sample
deleted file mode 100644
index 01a0fbce27ef..000000000000
--- a/net-mgmt/zabbix/scripts/zabbix.sh.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-prefix=%PREFIX%
-
-zabbix_suckerd_enable="YES"
-
-. %LOCALBASE%/etc/rc.subr
-
-name="zabbix_suckerd"
-rcvar=`set_rcvar`
-command="${prefix}/bin/${name}"
-required_files="/etc/zabbix/${name}.conf"
-
-run_rc_command "$1"