From: Zac Medico Date: Sat, 23 Jun 2007 00:21:36 +0000 (-0000) Subject: Add a logrotate config for the save_summary elog module since it's enabled by default... X-Git-Tag: v2.2_pre1~1186 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4017f1c8abb944af7b81ba2cd8aa0ae714740e70;p=portage.git Add a logrotate config for the save_summary elog module since it's enabled by default now. svn path=/main/trunk/; revision=6962 --- 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 +}