aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-04-27 20:25:22 +0200
committerReinhard Tartler <siretart@tauware.de>2011-04-27 20:25:22 +0200
commit67ffb3137622a458effab4f0c16bf9afee63aa9e (patch)
treef6986e2e31a52ca7080bd8de59c3c92b542568a6
parent855e8739b37a202547e63dec0c21b02c63154f50 (diff)
downloadlcd4linux-67ffb3137622a458effab4f0c16bf9afee63aa9e.tar.gz
Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on
$syslog", thanks to Petter Reinholdtsen (Closes: #582825).
-rw-r--r--debian/changelog4
-rw-r--r--debian/init.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d2cf8a4..253df40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low
* No longer compile against Python. Python 2.6 now links against libssl,
which is in conflicts with the package license GPL.
* No longer build the mpd module. Closes: #578226
+ * Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on
+ $syslog", thanks to Petter Reinholdtsen (Closes: #582825).
- -- Reinhard Tartler <siretart@tauware.de> Wed, 27 Apr 2011 19:28:45 +0200
+ -- Reinhard Tartler <siretart@tauware.de> Wed, 27 Apr 2011 20:25:03 +0200
lcd4linux (0.10.1~rc2-4) unstable; urgency=low
diff --git a/debian/init.d b/debian/init.d
index df486e7..d9c29f7 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -4,6 +4,8 @@
# Provides: lcd4linux
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
+# Should-Start: $syslog
+# Should-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: daemon for driving LCD based displays