diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-07 09:51:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-07 09:51:33 +0000 |
commit | 51113bf6e20aab8e5a80d2bc331facaa9426e334 (patch) | |
tree | dae2ba5cab68bf1680730aa544f8a6848d422a12 /app-misc/lcdproc/files | |
parent | remove old (diff) | |
download | gentoo-2-51113bf6e20aab8e5a80d2bc331facaa9426e334.tar.gz gentoo-2-51113bf6e20aab8e5a80d2bc331facaa9426e334.tar.bz2 gentoo-2-51113bf6e20aab8e5a80d2bc331facaa9426e334.zip |
Version bump, remove old, this also fixes bug #359501 by Leho Kraav and jannis and bug #354507 by Markus Lischka.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/lcdproc/files')
-rw-r--r-- | app-misc/lcdproc/files/0.5.1-LCDd.initd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/lcdproc/files/0.5.1-LCDd.initd b/app-misc/lcdproc/files/0.5.1-LCDd.initd index aa134a7d8ce9..882c0fd999dc 100644 --- a/app-misc/lcdproc/files/0.5.1-LCDd.initd +++ b/app-misc/lcdproc/files/0.5.1-LCDd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/files/0.5.1-LCDd.initd,v 1.1 2006/10/24 08:14:35 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/files/0.5.1-LCDd.initd,v 1.2 2012/05/07 09:51:33 pacho Exp $ depend() { use net @@ -11,7 +11,7 @@ depend() { start() { ebegin "Starting LCDd" start-stop-daemon --start --quiet -m --pidfile /var/run/LCDd.pid \ - --background --exec /usr/sbin/LCDd -- -s 1 -f + --exec /usr/sbin/LCDd -- -s 1 -f eend $? "Failed to start LCDd. Did you remember to set a driver in /etc/LCDd.conf? See syslog for details." } |