/var/log/xdm.log {
    weekly
    rotate 52
    compress
    delaycompress
    notifempty
    missingok
    postrotate
        if [ -r /var/run/xdm.pid ]; then \
            kill -s USR2 $(cat /var/run/xdm.pid); \
        fi
    endscript
}

# vim:set ai et sts=4 sw=4 tw=80:
