/var/log/vmkproxy{
    create 0600 root root
    missingok
    nocompress
   # keep a history over 1 year.
    monthly
    rotate 12
   #   max log size of 60k  (thus limiting total disk usage to under 1 meg)
    size 60k
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
