diff options
author | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:44:44 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:44:44 +0200 |
commit | 3e23b791eeb822bb2d7d6b9a5376675c0cf4bfe8 (patch) | |
tree | 446c1592981a08b2240a697dd3d286dc5042e659 | |
parent | d1b9883e0fb03412669ea418158a85b678f09e43 (diff) | |
download | lcd4linux-3e23b791eeb822bb2d7d6b9a5376675c0cf4bfe8.tar.gz |
missing depends in LSB init stanza
-rw-r--r-- | debian/init.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/init.d b/debian/init.d index 6b0501e..0972c90 100644 --- a/debian/init.d +++ b/debian/init.d @@ -2,6 +2,8 @@ ### BEGIN INIT INFO # Provides: lcd4linux +# Required-Start: +# Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: daemon for driving LCD based displays |