[pkg-bacula-commits] [bacula] 01/01: Corrected logrotate configuration. (Closes: #694046, #716666)

Carsten Leonhardt leo at moszumanska.debian.org
Tue Nov 10 23:29:46 UTC 2015


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

leo pushed a commit to branch master
in repository bacula.

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

    Corrected logrotate configuration. (Closes: #694046, #716666)
---
 debian/bacula-common.logrotate | 7 +++++--
 debian/changelog               | 6 ++++++
 2 files changed, 11 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 2ef83a2..a15b221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bacula (7.0.5+dfsg-3) unstable; urgency=medium
+
+  * Corrected logrotate configuration. (Closes: #694046, #716666)
+
+ --
+
 bacula (7.0.5+dfsg-2) unstable; urgency=medium
 
   * Removed inactive uploaders, added myself

-- 
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