diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-10 09:33:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-10 09:33:55 +0000 |
commit | 603f6944f46801cc95b68baee4c5576da7d6f93f (patch) | |
tree | 229d4bab87a3595190a08fe0257933852328201e /app-misc/lcdproc/files | |
parent | Fix typo in ChangeLog -- this is my day... (diff) | |
download | historical-603f6944f46801cc95b68baee4c5576da7d6f93f.tar.gz historical-603f6944f46801cc95b68baee4c5576da7d6f93f.tar.bz2 historical-603f6944f46801cc95b68baee4c5576da7d6f93f.zip |
Revert init script change as it causes problems (#415101 by Eduard Huguet) and former looks to start fine for me.
Package-Manager: portage-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lcdproc/files/0.5.1-LCDd.initd b/app-misc/lcdproc/files/0.5.1-LCDd.initd index 882c0fd999dc..df5bc644952b 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-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.2 2012/05/07 09:51:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/files/0.5.1-LCDd.initd,v 1.3 2012/05/10 09:33:55 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 \ - --exec /usr/sbin/LCDd -- -s 1 -f + --background --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." } |