# logrotation file for Spacewalk Server
#

/var/log/rhn/rhn_config_management.log {
    weekly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
    size=10M
    su wwwrun www
}
