Branches for Oneiric

Name Status Last Modified Last Commit
lp:ubuntu/oneiric/rsyslog 2 Mature 2011-10-03 12:13:42 UTC
38. * debian/patches/02-CVE-2011-3200.pat...

Author: Jamie Strandboge
Revision Date: 2011-10-03 12:13:42 UTC

* debian/patches/02-CVE-2011-3200.patch: fix denial of service via off by
  two
  - CVE-2011-3200

lp:~smoser/ubuntu/oneiric/rsyslog/merge-debian-5.8.1-1 bug(Has a merge proposal) 1 Development 2011-06-17 20:26:44 UTC
44. debian/rsyslog.logrotate: Use reload ...

Author: Scott Moser
Revision Date: 2011-06-17 20:26:44 UTC

debian/rsyslog.logrotate: Use reload command to restart rsyslog

I'm reverting the previous commit. There is more discussion in
ubuntu-devel as to why. But the short of it is that we can't
drop this delta from debian. The debian log rotate files had:
  invoke-rc.d rsyslog rotate > /dev/null
*not*
  invoke-rc.d rsyslog reload > /dev/null

We want to HUP the rsyslog server, and using the debian line would fail
with upstart (there is no 'rotate' option to upstart). So, we need a delta
from debian here.

Thus:
  reload rsyslog >/dev/null 2>&1 || true

12 of 2 results