Package: sudo Version: 1.6.8p12-1 Severity: normal Tags: patch There is a slight error in the LSB formatted info block for /etc/init.d/sudo. 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/sudo etc/init.d/sudo --- /etc/init.d/sudo 2005-10-12 03:40:40.000000000 +0200 +++ etc/init.d/sudo 2006-04-04 16:39:46.000000000 +0200 @@ -4,8 +4,8 @@ # Provides: sudu # Required-Start: $local_fs $remote_fs # 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 N=/etc/init.d/sudo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]