summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nut/files/upsmon.rc6')
-rw-r--r--net-misc/nut/files/upsmon.rc620
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/nut/files/upsmon.rc6 b/net-misc/nut/files/upsmon.rc6
deleted file mode 100644
index e6e41a20ab3e..000000000000
--- a/net-misc/nut/files/upsmon.rc6
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/files/upsmon.rc6,v 1.6 2004/07/15 00:06:11 agriffis Exp $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting upsmon"
- start-stop-daemon --start --quiet --exec /usr/sbin/upsmon
- eend $?
-}
-
-stop() {
- ebegin "Stopping upsmon"
- start-stop-daemon --stop --quiet --pidfile /var/run/upsmon.pid
- eend $?
-}