From d2706df7f4973c5d7557032f92e16d8b966f32b5 Mon Sep 17 00:00:00 2001 From: marschap Date: Thu, 25 May 2006 11:46:15 +0000 Subject: [PATCH] adapt config file paths to default $(sysconfdir) --- scripts/debian/lcdproc.LCDd.default | 2 +- scripts/debian/lcdproc.LCDd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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