diff --git a/scripts/debian/lcdproc.LCDd.default b/scripts/debian/lcdproc.LCDd.default index 43d3a48..5968bd1 100644 --- a/scripts/debian/lcdproc.LCDd.default +++ b/scripts/debian/lcdproc.LCDd.default @@ -4,6 +4,6 @@ START=no # options for LCDd startup -OPTIONS="-c /etc/LCDd.conf" +OPTIONS="-c /etc/lcdproc/LCDd.conf" # EOF diff --git a/scripts/debian/lcdproc.LCDd.init b/scripts/debian/lcdproc.LCDd.init index 52d4549..e6af26a 100644 --- a/scripts/debian/lcdproc.LCDd.init +++ b/scripts/debian/lcdproc.LCDd.init @@ -21,7 +21,7 @@ fi # if no OPTIONS are defined use default options if [ -z "${OPTIONS}" ]; then - OPTIONS="-c /etc/LCDd.conf" + OPTIONS="-c /etc/lcdproc/LCDd.conf" fi test -x $DAEMON || exit 0