Comment 12 for bug 430220

Revision history for this message
Steve Langasek (vorlon) wrote :

@@ -7,7 +7,7 @@
        delaycompress
        compress
        postrotate
- invoke-rc.d rsyslog reload > /dev/null
+ reload rsyslog >/dev/null 2>&1 || true
        endscript
 }

Why are we ignoring errors from 'reload'? Wouldn't it be better to identify causes of failures and handle them explicitly?

Anyway, uploading this for karmic, thanks!