"/var/log/schedwiclnt.log" {
	weekly
	rotate 4
	missingok
	postrotate
		"/usr/bin/schedwiclnt" -t > /dev/null 2>&1 && kill -HUP `cat "/var/run/schedwiclnt.pid"`   
	endscript
}
