Package: console-tools Version: 0.2.3dbs-65 Tags: patch The LSB header for console-screen.sh is inaccurate and slightly incorrect. It currently look like this:
### BEGIN INIT INFO # 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 # Should-Start: $syslog # Should-Stop: # Description: Set console screen modes and fonts # Short-Description: Prepare console ### END INIT INFO It should only start in runlevel S, and not stop in runlevel 0, 1 and 6. Also, it should not depend on $syslog, as syslog is not started in runlevel S. And the dependency on $local_fs can be dropped, as $local_fs is already a dependency for $remote_fs. Please change it to look like this: ### BEGIN INIT INFO # Provides: console-screen # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: S # Default-Stop: # Short-Description: Prepare console # Description: Set console screen modes and fonts ### END INIT INFO Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]