summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-08-02 15:04:16 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-08-02 15:04:16 +0300
commite2e0a687a7aa18e4a5811a0e41815ce98f425cf9 (patch)
treeeca2acdbc981fbd74ea5ad8948b8cc8bdde064ba /www-servers/lighttpd/files
parentwww-servers/lighttpd: mark stable (diff)
downloadgentoo-e2e0a687a7aa18e4a5811a0e41815ce98f425cf9.tar.gz
gentoo-e2e0a687a7aa18e4a5811a0e41815ce98f425cf9.tar.bz2
gentoo-e2e0a687a7aa18e4a5811a0e41815ce98f425cf9.zip
www-servers/lighttpd: Drop old
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd/files')
-rw-r--r--www-servers/lighttpd/files/lighttpd.logrotate16
1 files changed, 0 insertions, 16 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.logrotate b/www-servers/lighttpd/files/lighttpd.logrotate
deleted file mode 100644
index 80a8644e2c97..000000000000
--- a/www-servers/lighttpd/files/lighttpd.logrotate
+++ /dev/null
@@ -1,16 +0,0 @@
-# lighttpd logrotate script for Gentoo
-
-/var/log/lighttpd/*.log {
- daily
- missingok
- copytruncate
- rotate 7
- compress
- notifempty
- sharedscripts
- postrotate
- if [ -f /var/run/lighttpd.pid ]; then \
- /etc/init.d/lighttpd reload > /dev/null 2>&1 || true ; \
- fi;
- endscript
-}