summaryrefslogtreecommitdiff
path: root/dev-vcs/cvsd/files/cvsd.rc6
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/cvsd/files/cvsd.rc6')
-rw-r--r--dev-vcs/cvsd/files/cvsd.rc619
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-vcs/cvsd/files/cvsd.rc6 b/dev-vcs/cvsd/files/cvsd.rc6
deleted file mode 100644
index 63e0d2a085b0..000000000000
--- a/dev-vcs/cvsd/files/cvsd.rc6
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting cvsd"
- start-stop-daemon --start --quiet --background --exec /usr/sbin/cvsd
- eend $?
-}
-
-stop() {
- ebegin "Stopping cvsd"
- start-stop-daemon --stop --quiet --pidfile /var/run/cvsd.pid
- eend $?
-}