diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2005-01-12 22:00:20 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2005-01-12 22:00:20 +0000 |
commit | 31f98daeec9254c6fbd511864baae8b20dc46093 (patch) | |
tree | 2191e82755a8fb46c643b3e3ad51a1cced7c8c74 /net-analyzer/hyperic-hq-agent/files | |
parent | stable on x86 (diff) | |
download | historical-31f98daeec9254c6fbd511864baae8b20dc46093.tar.gz historical-31f98daeec9254c6fbd511864baae8b20dc46093.tar.bz2 historical-31f98daeec9254c6fbd511864baae8b20dc46093.zip |
initial commit
Diffstat (limited to 'net-analyzer/hyperic-hq-agent/files')
-rw-r--r-- | net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.22 | 1 | ||||
-rwxr-xr-x | net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.22 b/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.22 new file mode 100644 index 000000000000..4bbe25c31cda --- /dev/null +++ b/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.22 @@ -0,0 +1 @@ +MD5 bb20cfbbe70d6fceadde45f41258cd05 hyperic-hq-agent-2.0.22.tgz 37570385 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 new file mode 100755 index 000000000000..20268e4bca8b --- /dev/null +++ b/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.22 @@ -0,0 +1,17 @@ +#!/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 $? +} |