slackbuilds_ponce/network/ntop/ntop.logrotate

12 lines
228 B
Text
Raw Normal View History

2010-05-11 20:01:40 +02:00
/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
}