Package: makedev Version: Tags: patch The LSB-formatted meta info for the makedev init.d script is slightly inaccurate. The script should not have any stop symlink, so the '0 1 6' should be removed from the Default-Stop block. Here is a patch to do this:
diff -u /var/tmp/old-init.d/makedev /etc/init.d/makedev --- /var/tmp/old-init.d/makedev 2006-09-09 14:12:59.000000000 +0000 +++ /etc/init.d/makedev 2006-09-09 16:01:49.000000000 +0000 @@ -5,7 +5,7 @@ # Required-Start: $local_fs # Required-Stop: $local_fs # Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Stop: # Short-Description: Creates device files in /dev ### END INIT INFO Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

