summaryrefslogtreecommitdiffstats
path: root/cnf/logrotate.d/elog-save-summary
blob: db272731fe381acde11a461bb99b3a7371dcaa2a (plain)
1
2
3
4
5
6
7
8
9
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Rotate the log created by the save_summary elog module.

/var/log/portage/elog/summary.log {
    missingok
    nocreate
    delaycompress
}