LCDd daemon from sysutils/lcdproc starts in the foreground

The LCDd.sh.sample start script from the LCDproc-0.4.3_2
	ports starts the LCDd process that's also part of the port
	in the foreground, thereby blocking the system startup.

PR:		ports/54092
Submitted by:	Christian Ullrich <chris@chrullrich.de>
This commit is contained in:
Edwin Groothuis 2003-09-29 23:41:15 +00:00
parent ef262184db
commit 7a98851af1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89855

View file

@ -2,7 +2,7 @@
case "$1" in
start)
%%PREFIX%%/sbin/LCDd -c %%PREFIX%%/etc/LCDd.conf
%%PREFIX%%/sbin/LCDd -c %%PREFIX%%/etc/LCDd.conf &
echo -n " LCDd"
;;
stop)