Package: udev Version: 0.141-1 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/udev.init +++ b/debian/udev.init @@ -5,6 +5,7 @@ # Required-Stop: # Default-Start: S # Default-Stop: +# X-Interactive: true # Short-Description: Start udevd, populate /dev and load drivers. ### END INIT INFO --- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

