[Pkg-ceph-commits] [ceph] 02/02: logrotate.patch update: radosgw.logrotate -- do not rotate empty logs

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Mar 27 16:58:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch experimental
in repository ceph.

commit 6444d9d (experimental)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu Mar 27 16:34:58 2014

    logrotate.patch update: radosgw.logrotate -- do not rotate empty logs
---
 debian/patches/logrotate.patch | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/patches/logrotate.patch b/debian/patches/logrotate.patch
index 4e8c6da..851929d 100644
--- a/debian/patches/logrotate.patch
+++ b/debian/patches/logrotate.patch
@@ -1,8 +1,7 @@
-Last-Update: 2014-03-25
+Last-Update: 2014-03-28
 Forwarded: https://github.com/ceph/ceph/pull/1541
 Author: Dmitry Smirnov <onlyjob at member.fsf.org>
-Description: logrotate improvement
- * do not rotate empty logs
+Description: logrotate improvement -- do not rotate empty logs
 
 --- a/src/logrotate.conf
 +++ b/src/logrotate.conf
@@ -13,3 +12,12 @@ Description: logrotate improvement
      missingok
 +    notifempty
  }
+--- a/src/rgw/logrotate.conf
++++ b/src/rgw/logrotate.conf
+@@ -21,5 +21,6 @@
+           done
+         fi
+     endscript
+     missingok
++    notifempty
+ }

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list