summaryrefslogtreecommitdiffstats
path: root/cnf/logrotate.d
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-15 04:37:36 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-15 04:37:36 +0000
commit5a3a1b7d084861e7bb34fafcb253b1a4d87d4216 (patch)
treeefd9bc46a572a7443cce2ea40af4c711c46bd9cb /cnf/logrotate.d
parent05654e20b853fc0cbc50ad34f3f394b5ad570c83 (diff)
downloadportage-5a3a1b7d084861e7bb34fafcb253b1a4d87d4216.tar.gz
portage-5a3a1b7d084861e7bb34fafcb253b1a4d87d4216.tar.bz2
portage-5a3a1b7d084861e7bb34fafcb253b1a4d87d4216.zip
For bug #188807, add nocreate and delaycompress options for logrotate.
svn path=/main/trunk/; revision=7609
Diffstat (limited to 'cnf/logrotate.d')
-rw-r--r--cnf/logrotate.d/elog-save-summary2
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/logrotate.d/elog-save-summary b/cnf/logrotate.d/elog-save-summary
index 282956fc2..bdc4972e5 100644
--- a/cnf/logrotate.d/elog-save-summary
+++ b/cnf/logrotate.d/elog-save-summary
@@ -5,4 +5,6 @@
/var/log/portage/elog/summary.log {
missingok
+ nocreate
+ delaycompress
}