aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-04-05 15:37:52 +0200
committerReinhard Tartler <siretart@tauware.de>2007-04-05 15:37:52 +0200
commitcbaf3ad73900f63eae0add0e33439a1bf04b5a1e (patch)
treefb4716576dcf12ecf69231baf137e90779743516
parent832e050d8e61a27d6226b7695fb1d50992438f2c (diff)
downloadlcd4linux-cbaf3ad73900f63eae0add0e33439a1bf04b5a1e.tar.gz
* add LSB keyword section
-rw-r--r--debian/changelog3
-rw-r--r--debian/init.d10
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e2f6de7..25b6673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
lcd4linux (0.10.1~rc1-1) unstable; urgency=low
* New upstream release
+ * add LSB keyword section
- -- Reinhard Tartler <siretart@tauware.de> Thu, 5 Apr 2007 15:25:47 +0200
+ -- Reinhard Tartler <siretart@tauware.de> Thu, 5 Apr 2007 15:37:46 +0200
lcd4linux (0.10.0+cvs20060825-1) unstable; urgency=medium
diff --git a/debian/init.d b/debian/init.d
index 70b47c4..6b0501e 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -1,5 +1,15 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: lcd4linux
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: daemon for driving LCD based displays
+# Description: LCD4Linux is a small program that grabs information from
+# the kernel and some subsystems and displays it on an
+# external liquid crystal display.
+### END INIT INFO
+
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/lcd4linux
NAME=lcd4linux