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