]> git.pld-linux.org Git - packages/ceph.git/blob - ceph.logrotate.patch
- pl, some cleanups
[packages/ceph.git] / ceph.logrotate.patch
1 --- src/logrotate.conf  2012-07-03 00:22:59.000000000 -0400
2 +++ src/logrotate.conf.new      2012-09-09 12:56:09.912929358 -0400
3 @@ -4,7 +4,7 @@
4      compress
5      sharedscripts
6      postrotate
7 -        invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
8 +        service ceph reload >/dev/null 2>/dev/null || true
9  
10         # upstart reload isn't very helpful here:
11         #   https://bugs.launchpad.net/upstart/+bug/1012938
This page took 0.079391 seconds and 3 git commands to generate.