diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-30 07:41:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-30 07:41:15 +0800 |
commit | dcd6781a9b887baa9fbecd29f0eedfb327c17751 (patch) | |
tree | 9f29b06df5569014e477ccebb6c2ccae97687541 /sysutils/lcdproc/files | |
parent | 13a4125ebc95a3db745c3a7f77464df0e5bc884e (diff) | |
download | freebsd-ports-gnome-dcd6781a9b887baa9fbecd29f0eedfb327c17751.tar.gz freebsd-ports-gnome-dcd6781a9b887baa9fbecd29f0eedfb327c17751.tar.zst freebsd-ports-gnome-dcd6781a9b887baa9fbecd29f0eedfb327c17751.zip |
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>
Diffstat (limited to 'sysutils/lcdproc/files')
-rw-r--r-- | sysutils/lcdproc/files/LCDd.sh.sample | 2 |
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) |