Package: console-common Version: 0.7.82 Severity: wishlist Tags: patch User: [email protected] Usertags: x-interactive
Hi, Please apply the attached patch which adds `X-Interactive' keyword to the LSB information of initscript(s) in your package. The X-Interactive keyword implies that the script using this keyword should be started alone in a concurrent boot configuration. Currently, the insserv package contains a list of scripts which are flagged as interactive and we would like to get rid of it. Thanks, Kel. --- --- a/debian/keymap.sh +++ b/debian/keymap.sh @@ -5,6 +5,7 @@ # Required-Stop: # Default-Start: S # Default-Stop: +# X-Interactive: true # Short-Description: Set keymap # Description: Set the Console keymap ### END INIT INFO --- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

