# Logrotate file for roundup

/var/log/roundup.cgi.log {
        compress
        weekly
        missingok
        rotate 5
        notifempty
}
