[pkg-bacula-commits] [bacula] 11/16: Corrected logrotate configuration.

Carsten Leonhardt leo at moszumanska.debian.org
Mon Dec 7 18:22:52 UTC 2015


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

leo pushed a commit to branch bacula-fd5.2
in repository bacula.

commit 8c320fc46568f879c300f5ed8786edfa21bd4043
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Nov 11 00:29:22 2015 +0100

    Corrected logrotate configuration.
    
    (cherry-picked from master)
---
 debian/bacula-common.logrotate | 7 +++++--
 debian/changelog               | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/bacula-common.logrotate b/debian/bacula-common.logrotate
index 2c2ba37..3b6b8b3 100644
--- a/debian/bacula-common.logrotate
+++ b/debian/bacula-common.logrotate
@@ -1,6 +1,9 @@
-/var/log/bacula/log {
+/var/log/bacula/bacula.log {
+    create 0640 bacula adm
+    compress
+    delaycompress
     monthly
-    rotate 5
+    rotate 12
     notifempty
     missingok
 }
diff --git a/debian/changelog b/debian/changelog
index e46a304..5d2d1f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ bacula-fd5.2 (5.2.13+dfsg-2) unstable; urgency=medium
   * Added note to README.Debian about usage of hostnames for listening
     addresses
   * Update Standards-Version to 3.9.6. No changes required.
+  * Corrected logrotate configuration.
 
  --
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list