summaryrefslogtreecommitdiff
path: root/network/ntop/ntop.logrotate
diff options
context:
space:
mode:
authorMichiel van Wessem <michiel@slackbuilds.org>2010-05-11 20:01:40 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:40 +0200
commit9e1c824d2773d063eb00215457ba5dfb9cfdb2d1 (patch)
treeb16aee105cc7c18d4c37a4f0d080a9ad338374b0 /network/ntop/ntop.logrotate
parent65ce762f7f0e7f5514391e30c22734c862ca2375 (diff)
downloadslackbuilds-9e1c824d2773d063eb00215457ba5dfb9cfdb2d1.tar.gz
network/ntop: Added to 12.0 repository
Diffstat (limited to 'network/ntop/ntop.logrotate')
-rw-r--r--network/ntop/ntop.logrotate11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ntop/ntop.logrotate b/network/ntop/ntop.logrotate
new file mode 100644
index 0000000000..a387c5018f
--- /dev/null
+++ b/network/ntop/ntop.logrotate
@@ -0,0 +1,11 @@
+/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
+}