summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22')
-rwxr-xr-xnet-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.2217
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 $?
-}