@@ -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!

-- 
[karmic] Upstart fixups
https://bugs.launchpad.net/bugs/430220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to