Package: cron Version: 3.0pl1-97 Tags: patch The LSB-formatted meta info for the cron init.d script is slightly inaccurate. The script should not have a stop symlink in rcS.d/, so the 'S' should be removed from the Default-Stop block. Here is a patch to do this:
diff -u /var/tmp/old-init.d/cron /etc/init.d/cron --- /var/tmp/old-init.d/cron 2006-09-09 14:12:59.000000000 +0000 +++ /etc/init.d/cron 2006-09-09 15:55:52.000000000 +0000 @@ -6,7 +6,7 @@ # Required-Start: $syslog $time # Required-Stop: $syslog $time # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: Regular background program processing daemon # Description: cron is a standard UNIX program that runs user-specified # programs at periodic scheduled times. vixie cron adds a -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

