diff options
Diffstat (limited to 'net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22')
-rwxr-xr-x | net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 b/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 deleted file mode 100755 index 20268e4bca8b..000000000000 --- a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/runscript - -depend() { - need net clock hostname -} - -start() { - ebegin "Starting Hyperic HQ Agent" - /opt/hyperic-hq-agent-2.0.22/hq-agent.sh start - eend $? -} - -stop() { - ebegin "Stopping Hyperic HQ Agent" - /opt/hyperic-hq-agent-2.0.22/hq-agent.sh stop - eend $? -} |