adapt config file paths to default $(sysconfdir)

This commit is contained in:
marschap
2006-05-25 11:46:15 +00:00
parent cc08745763
commit d2706df7f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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