[rsyslog] remove boot.log from logrotate configuration

Tomas Heinrich theinric at fedoraproject.org
Tue Oct 11 13:12:01 UTC 2011


commit 9cf329ce36dc906dcc3e23521105f041bad7f6f1
Author: Tomas Heinrich <theinric at redhat.com>
Date:   Tue Oct 11 15:03:57 2011 +0200

    remove boot.log from logrotate configuration
    
    resolves: #745093

 rsyslog.log  |    7 ++++++-
 rsyslog.spec |    6 +++++-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/rsyslog.log b/rsyslog.log
index b2d41f1..3341f2f 100644
--- a/rsyslog.log
+++ b/rsyslog.log
@@ -1,4 +1,9 @@
-/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
+/var/log/cron
+/var/log/maillog
+/var/log/messages
+/var/log/secure
+/var/log/spooler
+{
     sharedscripts
     postrotate
 	/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
diff --git a/rsyslog.spec b/rsyslog.spec
index 7a4bbbd..e6c5fad 100644
--- a/rsyslog.spec
+++ b/rsyslog.spec
@@ -6,7 +6,7 @@
 Summary: Enhanced system logging and kernel message trapping daemon
 Name: rsyslog
 Version: 5.8.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -312,6 +312,10 @@ mv /var/lock/subsys/rsyslogd /var/lock/subsys/rsyslog
 %{_libdir}/rsyslog/omudpspoof.so
 
 %changelog
+* Tue Oct 11 2011 Tomas Heinrich <theinric at redhat.com> 5.8.5-3
+- modify logrotate configuration to omit boot.log
+  Resolves: #745093
+
 * Mon Sep 06 2011 Tomas Heinrich <theinric at redhat.com> 5.8.5-2
 - add systemd-units to BuildRequires for the _unitdir macro definition
 


More information about the scm-commits mailing list