aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-02-28 22:11:31 +0100
committerReinhard Tartler <siretart@tauware.de>2010-02-28 22:11:31 +0100
commit502e79f85f60d2845544e353e5f158038aa6481a (patch)
treee54f5d33ea8e4c759ab15595d1aa700e768bcb27
parent021393ed15cfb2a4e45d8e18ec27b5e5c60ce99c (diff)
downloadlcd4linux-502e79f85f60d2845544e353e5f158038aa6481a.tar.gz
Allow user control over lcd4linux args,
thanks to "Karl O. Pinc" <kop@meme.com> for the patch. Closes: #506370
-rw-r--r--debian/changelog4
-rw-r--r--debian/init.d3
2 files changed, 6 insertions, 1 deletions
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" <kop@meme.com> for the patch. Closes: #506370
- -- Reinhard Tartler <siretart@tauware.de> Sun, 28 Feb 2010 21:56:52 +0100
+ -- Reinhard Tartler <siretart@tauware.de> 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