aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix/scripts/zabbix-agent.sh.sample
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/zabbix/scripts/zabbix-agent.sh.sample
parent6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff)
Notes
Diffstat (limited to 'net-mgmt/zabbix/scripts/zabbix-agent.sh.sample')
-rw-r--r--net-mgmt/zabbix/scripts/zabbix-agent.sh.sample14
1 files changed, 0 insertions, 14 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 e5728bd24051..000000000000
--- a/net-mgmt/zabbix/scripts/zabbix-agent.sh.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-case "${1}" in
- start)
- echo -n "zabbix-agent "
- zabbix_agentd
- ;;
- stop)
- killall zabbix_agentd
- ;;
- *)
- echo Usage: `basename ${0}` "{start|stop}"
- ;;
-esac