9 lines
440 B
Text
9 lines
440 B
Text
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/6-stable/rsyslog.logrotate,v 1.1 2012/06/01 12:54:17 ultrabug Exp $
|
|
/var/log/messages /var/log/secure /var/log/maillog /var/log/cron /var/log/spooler /var/log/boot.log {
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/rsyslog reload &>/dev/null || true
|
|
endscript
|
|
}
|