diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
| commit | 1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch) | |
| tree | 888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/zabbix/scripts/zabbix-agent.sh.sample | |
| parent | 6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff) | |
Notes
Diffstat (limited to 'net-mgmt/zabbix/scripts/zabbix-agent.sh.sample')
| -rw-r--r-- | net-mgmt/zabbix/scripts/zabbix-agent.sh.sample | 14 |
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 |
