summaryrefslogtreecommitdiffstats
path: root/network/ntop/ntop.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/ntop/ntop.logrotate')
-rw-r--r--network/ntop/ntop.logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/network/ntop/ntop.logrotate b/network/ntop/ntop.logrotate
deleted file mode 100644
index a387c5018f..0000000000
--- a/network/ntop/ntop.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-/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
-}