# This should work with gNewSense or any GNU system that uses
# GNU syslogd (inetutils).
/var/log/messages {
	sharedscripts
	postrotate
		/bin/kill -HUP $(cat /var/run/syslogd.pid) 2> /dev/null
	endscript
	nocompress
}
