From 502e79f85f60d2845544e353e5f158038aa6481a Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 28 Feb 2010 22:11:31 +0100 Subject: Allow user control over lcd4linux args, thanks to "Karl O. Pinc" for the patch. Closes: #506370 --- debian/changelog | 4 +++- debian/init.d | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d4a3a2a..c9d0463 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ lcd4linux (0.10.1~rc2-3) unstable; urgency=low if you want to see it coming back. Closes: #500068, #499055 * bump debhelper compat level to 7 * bump standards version to 3.8.4. + * Allow user control over lcd4linux args, + thanks to "Karl O. Pinc" for the patch. Closes: #506370 - -- Reinhard Tartler Sun, 28 Feb 2010 21:56:52 +0100 + -- Reinhard Tartler Sun, 28 Feb 2010 22:11:24 +0100 lcd4linux (0.10.1~rc2-2) unstable; urgency=medium diff --git a/debian/init.d b/debian/init.d index de4c4dd..df486e7 100644 --- a/debian/init.d +++ b/debian/init.d @@ -20,6 +20,9 @@ DESC=lcd4linux test -x $DAEMON || exit 0 test -f /etc/lcd4linux.conf || exit 0 +test -f /etc/default/lcd4linux && . /etc/default/lcd4linux +DAEMON_OPTS="$ARGS" + set -e case "$1" in -- cgit v1.2.3