/var/log/ntop {
    # based on ntop.logrotate included in the ntop/debian source.
    weekly
    missingok
    rotate 4
    # ntop doesn't handle SIGHUP
    copytruncate
    nocompress
    notifempty
    create 640 root wheel
}