Package: lsb-base Version: 3.1-11 Severity: serious A lot of packages currently code their init scripts like this:
log_daemon_msg "Starting foo" start-stop-daemon foo log_end_msg $? Since log_end_msg now returns 0 always, numerous init scripts no longer return meaningful exit codes. I think this change needs to be reverted. You can make up a new function if you want a different semantic. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]