# Customized CIFS logrotate conf file has been written in 
# such way that, system logroate will run every hour against this
# conf file to generate the recent 10 compressed (buzzip) logfiles. 
/var/log/cifs/cifs.log
{
        rotate 10
        notifempty
        compress
        size=10M
        copytruncate
}
