summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:41:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:41:15 +0000
commit7a98851af114bda5ad1116ff5a6a148d6013394f (patch)
tree68d25735423a52a47832b03fb7e1549f97061666 /sysutils
parent[PATCH] sysutils/afio mangles FIFOs (diff)
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>
Notes
Notes: svn path=/head/; revision=89855
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lcdproc/files/LCDd.sh.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lcdproc/files/LCDd.sh.sample b/sysutils/lcdproc/files/LCDd.sh.sample
index daa33065e738..553311d6e149 100644
--- a/sysutils/lcdproc/files/LCDd.sh.sample
+++ b/sysutils/lcdproc/files/LCDd.sh.sample
@@ -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)