summaryrefslogtreecommitdiff
path: root/www-servers/thttpd/files/thttpd.logrotate
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-18 23:20:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-18 23:20:40 +0100
commitf39c6dab71f5188f95650d367ece1df4f263e474 (patch)
tree9c30c203b3f09174814c41e6a63aa3522c7b7610 /www-servers/thttpd/files/thttpd.logrotate
parent1b295861f983d29f9bd5d5906c7ca3cee4cf1f9a (diff)
gentoo auto-resync : 18:09:2022 - 23:20:40
Diffstat (limited to 'www-servers/thttpd/files/thttpd.logrotate')
-rw-r--r--www-servers/thttpd/files/thttpd.logrotate12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-servers/thttpd/files/thttpd.logrotate b/www-servers/thttpd/files/thttpd.logrotate
deleted file mode 100644
index 7e75c813524a..000000000000
--- a/www-servers/thttpd/files/thttpd.logrotate
+++ /dev/null
@@ -1,12 +0,0 @@
-/var/log/thttpd.log {
- daily
- rotate 5
- compress
- delaycompress
- missingok
- notifempty
- sharedscripts
- postrotate
- kill -HUP `cat /var/run/thttpd.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}