diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 23:41:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 23:41:15 +0000 |
commit | 7a98851af114bda5ad1116ff5a6a148d6013394f (patch) | |
tree | 68d25735423a52a47832b03fb7e1549f97061666 /sysutils | |
parent | ef262184dba90c76b057567da72e84dfadf53ee4 (diff) | |
download | ports-7a98851af114bda5ad1116ff5a6a148d6013394f.tar.gz ports-7a98851af114bda5ad1116ff5a6a148d6013394f.zip |
Notes
Diffstat (limited to 'sysutils')
-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) |