Updated Branches: refs/heads/master 905ccb020 -> 6fe019e3c
CLOUDSTACK-148 logrotate.conf configuration was developed for CloudStack. Deleted comment and blank lines to show origin in a clearer fashion Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6fe019e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6fe019e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6fe019e3 Branch: refs/heads/master Commit: 6fe019e3ccb12c512fbb0d7c00e1e8a7bdbe34d0 Parents: 905ccb0 Author: Chiradeep Vittal <[email protected]> Authored: Fri Sep 21 15:23:37 2012 -0700 Committer: Chiradeep Vittal <[email protected]> Committed: Fri Sep 21 15:23:37 2012 -0700 ---------------------------------------------------------------------- patches/systemvm/debian/config/etc/logrotate.conf | 12 ------------ pom.xml | 1 - 2 files changed, 0 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6fe019e3/patches/systemvm/debian/config/etc/logrotate.conf ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/etc/logrotate.conf b/patches/systemvm/debian/config/etc/logrotate.conf index f5a6609..59a6242 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. http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6fe019e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b1ffce2..3839762 100644 --- a/pom.xml +++ b/pom.xml @@ -223,7 +223,6 @@ <exclude>patches/systemvm/debian/config/etc/apache2/ports.conf</exclude> <exclude>patches/systemvm/debian/config/etc/rsyslog.conf</exclude> <exclude>patches/systemvm/debian/config/etc/cloud-nic.rules</exclude> - <exclude>patches/systemvm/debian/config/etc/logrotate.conf</exclude> <exclude>patches/systemvm/debian/config/etc/init.d/postinit</exclude> <exclude>patches/systemvm/debian/config/etc/modprobe.d/aesni_intel</exclude> <exclude>patches/systemvm/debian/config/etc/dnsmasq.conf</exclude>
