]> git.pld-linux.org Git - packages/ceph.git/blobdiff - ceph.logrotate.patch
- updated to 0.94.6
[packages/ceph.git] / ceph.logrotate.patch
index 6da864cabe3e4e8cbb5bd049eef7c32609018c6e..53b79a5e1906909a6f3dd6d11302d78cdca5589c 100644 (file)
@@ -1,13 +1,13 @@
---- ceph-0.84/src/logrotate.conf.orig  2014-08-22 19:12:40.945575009 +0200
-+++ ceph-0.84/src/logrotate.conf       2014-08-22 19:14:59.222235873 +0200
+--- ceph-0.94.6/src/logrotate.conf.orig        2016-04-12 20:38:42.246628426 +0200
++++ ceph-0.94.6/src/logrotate.conf     2016-04-12 20:44:06.806614808 +0200
 @@ -4,25 +4,7 @@
      compress
      sharedscripts
      postrotate
--        if which invoke-rc.d > /dev/null 2>&1 && [ -x `which invoke-rc.d` ]; then
--            invoke-rc.d ceph reload >/dev/null
--        elif which service > /dev/null 2>&1 && [ -x `which service` ]; then
+-        if which service > /dev/null 2>&1 && [ -x `which service` ]; then
 -            service ceph reload >/dev/null
+-        elif which invoke-rc.d > /dev/null 2>&1 && [ -x `which invoke-rc.d` ]; then
+-            invoke-rc.d ceph reload >/dev/null
 -        fi
 -        # Possibly reload twice, but depending on ceph.conf the reload above may be a no-op
 -        if which initctl > /dev/null 2>&1 && [ -x `which initctl` ]; then
This page took 0.124002 seconds and 4 git commands to generate.