# Weekly configuration file for 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 README)
	delaycompress
        # rottlog will handle this file only on 15th day of the month
        forceday 15
}

