Package: console-common Version: 0.7.55.1 Severity: normal Tags: patch In bug #330231, when I sent a LSB formatted info block for /etc/init.d/keymap.sh, I made a slight error. The script should be called with the stop argument in runlevel 1, so the '1' need to move to 'Default-Stop'. Without this change, the insserv package create the wrong script order for rc1.d/.
This patch solve the issue: diff -u /etc/init.d/keymap.sh etc/init.d/keymap.sh --- /etc/init.d/keymap.sh 2005-10-05 19:39:20.000000000 +0200 +++ etc/init.d/keymap.sh 2006-04-04 16:38:51.000000000 +0200 @@ -3,8 +3,8 @@ # Provides: keymap # Required-Start: mountvirtfs # Required-Stop: -# Default-Start: S 1 2 3 4 5 -# Default-Stop: 0 6 +# Default-Start: S 2 3 4 5 +# Default-Stop: 0 1 6 ### END INIT INFO . /lib/lsb/init-functions -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]