# Custom configuration file for GNU Rot[t]Log
#
#
#
# This is a sample configuration file. Fit to your needs.


/var/adm/log.daemon {
	# These actions will be performed after archived each logfile
	postrotate
	    /sbin/killall -HUP syslogd
	endscript
	# Don't compress yet logfile (see documentation)
	delaycompress
        # rottlog will handle this file only on 15th day of the month
        period 15
}

/var/log/fetchmail.log {
	# Handle this file each three days
	period 3d
        # Handle logfile on a 5-period basis. So fetchmail.log.1 will be 
        # overwrited each 15 days
	rotate 5
}

/var/adm/log.auth {
        # rottlog will handle this file:
        # monday or friday on 22:00 during summer (july to september)
        # from monday to saturday on 01:00 otherwise 
        # See documentation for more informations
        period mon+fri jul-sep 22:00, !jul-sep mon-sat 01:00
}

