blob: a6a7580f665c732b414c025fb68409dd7aa7abf9 [file] [log] [blame]
# $Id$
#
# Syslog-ng logrotate snippet for Gentoo Linux
# contributed by Michael Sterrett
#
/var/log/messages {
missingok
sharedscripts
postrotate
@GENTOO_RESTART@ > /dev/null 2>&1 || true
endscript
}