# This should work with gNewSense and GNUstep, or any GNU system that uses
# GNU syslogd (from inetutils).
/var/log/auth.log,/var/log/mail.log,/var/log/messages,/var/log/syslog {
    sharedscripts
    postrotate
        /bin/kill -HUP $(cat /var/run/syslogd.pid) 2> /dev/null
    endscript
}

