summaryrefslogtreecommitdiffstats
path: root/cnf/logrotate.d
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-23 00:21:36 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-23 00:21:36 +0000
commit4017f1c8abb944af7b81ba2cd8aa0ae714740e70 (patch)
treeebe3f2e20f2ee7f0ad22da2e044979928ca693f1 /cnf/logrotate.d
parentdd4382b10d60ffe9ed138980c50891bc98e3a878 (diff)
downloadportage-4017f1c8abb944af7b81ba2cd8aa0ae714740e70.tar.gz
portage-4017f1c8abb944af7b81ba2cd8aa0ae714740e70.tar.bz2
portage-4017f1c8abb944af7b81ba2cd8aa0ae714740e70.zip
Add a logrotate config for the save_summary elog module since it's enabled by default now.
svn path=/main/trunk/; revision=6962
Diffstat (limited to 'cnf/logrotate.d')
-rw-r--r--cnf/logrotate.d/elog-save-summary8
1 files changed, 8 insertions, 0 deletions
diff --git a/cnf/logrotate.d/elog-save-summary b/cnf/logrotate.d/elog-save-summary
new file mode 100644
index 000000000..282956fc2
--- /dev/null
+++ b/cnf/logrotate.d/elog-save-summary
@@ -0,0 +1,8 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+# Rotate the log created by the save_summary elog module.
+
+/var/log/portage/elog/summary.log {
+ missingok
+}