summaryrefslogtreecommitdiff
path: root/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netkit-rwho/files/netkit-rwho-0.17-rc')
-rw-r--r--net-misc/netkit-rwho/files/netkit-rwho-0.17-rc17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc b/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc
deleted file mode 100644
index af06c00b918d..000000000000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting rwhod"
- /sbin/start-stop-daemon --start --quiet --exec /usr/sbin/rwhod -- $RWHOD_OPTIONS
- eend $?
-}
-
-stop() {
- ebegin "Stopping rwhod"
- /sbin/start-stop-daemon --stop --quiet --name rwhod
- eend $?
-}