summaryrefslogtreecommitdiff
path: root/network/thttpd/thttpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/thttpd/thttpd.logrotate')
-rw-r--r--network/thttpd/thttpd.logrotate12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/thttpd/thttpd.logrotate b/network/thttpd/thttpd.logrotate
deleted file mode 100644
index 3c1cf98bea..0000000000
--- a/network/thttpd/thttpd.logrotate
+++ /dev/null
@@ -1,12 +0,0 @@
-/var/log/thttpd.log {
- daily
- rotate 5
- compress
- delaycompress
- missingok
- notifempty
- sharedscripts
- postrotate
- /etc/rc.d/rc.thttpd restart
- endscript
-}