diff options
Diffstat (limited to 'app-misc/lcdproc/files/0.4.5-lcdproc.initd')
-rw-r--r-- | app-misc/lcdproc/files/0.4.5-lcdproc.initd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-misc/lcdproc/files/0.4.5-lcdproc.initd b/app-misc/lcdproc/files/0.4.5-lcdproc.initd deleted file mode 100644 index ec45e227d0eb..000000000000 --- a/app-misc/lcdproc/files/0.4.5-lcdproc.initd +++ /dev/null @@ -1,22 +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/app-misc/lcdproc/files/0.4.5-lcdproc.initd,v 1.1 2006/10/24 08:14:35 jokey Exp $ - -depend(){ - need LCDd -} - -start() { - source /etc/lcdproc.conf - ebegin "Starting lcdproc" - start-stop-daemon --start --background \ - --exec /usr/bin/lcdproc -- ${SCREENS} - eend $? -} - -stop() { - ebegin "Stopping lcdproc" - start-stop-daemon --stop --exec /usr/bin/lcdproc - eend $? -} |