[Pkg-kbd-devel] Bug#476097: kbd: Incorrect LSB init header
Michael Biebl
biebl at debian.org
Mon Apr 14 13:23:24 UTC 2008
Package: kbd
Version: 1.14.1-1
Severity: normal
Tags: patch
Hi,
the current LSB seems to be incorrect. kbd only needs to run in rcS and
doesn't require a Stop (it's a no-op after all).
postinst has therefore:
update-rc.d console-screen.kbd.sh start 48 S .
The LSB init header should also reflect that:
Attached is a patch which does that
Cheers,
Michael
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24.4
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages kbd depends on:
ii console-common 0.7.75 basic infrastructure for text cons
ii console-setup 1.22 Set up the font and the keyboard o
ii libc6 2.7-10 GNU C Library: Shared libraries
ii lsb-base 3.2-8 Linux Standard Base 3.2 init scrip
Versions of packages kbd recommends:
ii console-setup 1.22 Set up the font and the keyboard o
-- no debconf information
-------------- next part --------------
diff --git a/init.d/console-screen.kbd.sh b/init.d/console-screen.kbd.sh
index 35afc4b..974db79 100755
--- a/init.d/console-screen.kbd.sh
+++ b/init.d/console-screen.kbd.sh
@@ -3,8 +3,8 @@
# Provides: console-screen
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
-# Default-Start: S 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Start: S
+# Default-Stop:
# Description: Set console screen modes and fonts
# Short-Description: Prepare console
### END INIT INFO
More information about the Pkg-kbd-devel
mailing list