From 6fe019e3ccb12c512fbb0d7c00e1e8a7bdbe34d0 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Fri, 21 Sep 2012 15:23:37 -0700 Subject: [PATCH] CLOUDSTACK-148 logrotate.conf configuration was developed for CloudStack. Deleted comment and blank lines to show origin in a clearer fashion --- patches/systemvm/debian/config/etc/logrotate.conf | 12 ------------ pom.xml | 1 - 2 files changed, 13 deletions(-) diff --git a/patches/systemvm/debian/config/etc/logrotate.conf b/patches/systemvm/debian/config/etc/logrotate.conf index f5a660964d3..59a6242bb4c 100644 --- a/patches/systemvm/debian/config/etc/logrotate.conf +++ b/patches/systemvm/debian/config/etc/logrotate.conf @@ -1,32 +1,21 @@ -# see "man logrotate" for details # rotate log files daily daily - # keep 5 days worth rotate 5 - # create new (empty) log files after rotating old ones create - # use date as a suffix of the rotated file dateext - -# uncomment this if you want your log files compressed -#compress - # max size 50M size 50M - # RPM packages drop log rotation information into this directory include /etc/logrotate.d - # no packages own wtmp and btmp -- we'll rotate them here /var/log/wtmp { monthly create 0664 root utmp rotate 1 } - /var/log/btmp { missingok monthly @@ -34,4 +23,3 @@ include /etc/logrotate.d rotate 1 } -# system-specific logs may be also be configured here. diff --git a/pom.xml b/pom.xml index b1ffce22231..3839762b476 100644 --- a/pom.xml +++ b/pom.xml @@ -223,7 +223,6 @@ patches/systemvm/debian/config/etc/apache2/ports.conf patches/systemvm/debian/config/etc/rsyslog.conf patches/systemvm/debian/config/etc/cloud-nic.rules - patches/systemvm/debian/config/etc/logrotate.conf patches/systemvm/debian/config/etc/init.d/postinit patches/systemvm/debian/config/etc/modprobe.d/aesni_intel patches/systemvm/debian/config/etc/dnsmasq.conf