adapt config file paths to default $(sysconfdir)
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
START=no
|
START=no
|
||||||
|
|
||||||
# options for LCDd startup
|
# options for LCDd startup
|
||||||
OPTIONS="-c /etc/LCDd.conf"
|
OPTIONS="-c /etc/lcdproc/LCDd.conf"
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
# if no OPTIONS are defined use default options
|
# if no OPTIONS are defined use default options
|
||||||
if [ -z "${OPTIONS}" ]; then
|
if [ -z "${OPTIONS}" ]; then
|
||||||
OPTIONS="-c /etc/LCDd.conf"
|
OPTIONS="-c /etc/lcdproc/LCDd.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -x $DAEMON || exit 0
|
test -x $DAEMON || exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user