From: Zac Medico Date: Sat, 23 Jun 2007 00:26:08 +0000 (-0000) Subject: Add a logrotate config for the save_summary elog module since it's enabled by default... X-Git-Tag: v2.1.3~166 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd53de29b22898831d7cb5398734bfbf78ebe243;p=portage.git Add a logrotate config for the save_summary elog module since it's enabled by default now. (trunk r6962) svn path=/main/branches/2.1.2/; revision=6963 --- 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 +}