Add a logrotate config for the save_summary elog module since it's enabled by default...
authorZac Medico <zmedico@gentoo.org>
Sat, 23 Jun 2007 00:26:08 +0000 (00:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 23 Jun 2007 00:26:08 +0000 (00:26 -0000)
svn path=/main/branches/2.1.2/; revision=6963

cnf/logrotate.d/elog-save-summary [new file with mode: 0644]

diff --git a/cnf/logrotate.d/elog-save-summary b/cnf/logrotate.d/elog-save-summary
new file mode 100644 (file)
index 0000000..282956f
--- /dev/null
@@ -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
+}