/var/log/messages {
  missingok
  notifempty
  rotate 10
  size=1000k
  postrotate
  kill -HUP `cat /var/run/syslogd.pid`
  endscript
}