summaryrefslogtreecommitdiffstats
path: root/cnf/logrotate.d/elog-save-summary
blob: f2cfc66747f6ac4bf8b6a1e0b08c954cb8fd8c52 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2011 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 {
    su portage portage
    missingok
    nocreate
    delaycompress
}