/var/log/icecast/*.log {
    weekly
    notifempty
    missingok
    postrotate
    /bin/kill -HUP `/bin/cat /var/run/icecast/icecast.pid`
    endscript
}