2015-08-16 17:20:11 +00:00
|
|
|
# $Id$
|
2015-02-27 00:58:55 +00:00
|
|
|
#
|
|
|
|
# Syslog-ng logrotate snippet for Gentoo Linux
|
|
|
|
# contributed by Michael Sterrett
|
|
|
|
#
|
|
|
|
|
|
|
|
/var/log/messages {
|
|
|
|
missingok
|
|
|
|
sharedscripts
|
|
|
|
postrotate
|
|
|
|
/etc/init.d/syslog-ng reload > /dev/null 2>&1 || true
|
|
|
|
endscript
|
|
|
|
}
|