"/var/log/schedwiclnt.log" {
	weekly
	rotate 4
	missingok
	postrotate
		/usr/bin/schedwiclnt -t > /dev/null 2>&1 && invoke-rc.d schedwiclnt reload > /dev/null
	endscript
}
