summaryrefslogtreecommitdiff
path: root/www-servers/lighttpd/files/lighttpd.logrotate
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-01-26 18:47:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-01-26 18:47:19 +0100
commit79d4ffcc26fa209d92993233ef2382aaf786384d (patch)
treec1139a8d3f25c7a44d2db486ce7f624852b69e86 /www-servers/lighttpd/files/lighttpd.logrotate
parent364e853a524cfd4f8464e5349a53d1b04a67b469 (diff)
downloadoverlay-79d4ffcc26fa209d92993233ef2382aaf786384d.tar.gz
overlay-79d4ffcc26fa209d92993233ef2382aaf786384d.tar.bz2
overlay-79d4ffcc26fa209d92993233ef2382aaf786384d.zip
Cleanse
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd.logrotate')
-rw-r--r--www-servers/lighttpd/files/lighttpd.logrotate17
1 files changed, 0 insertions, 17 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.logrotate b/www-servers/lighttpd/files/lighttpd.logrotate
deleted file mode 100644
index 76f0ef3..0000000
--- a/www-servers/lighttpd/files/lighttpd.logrotate
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.logrotate,v 1.2 2006/05/30 19:49:29 bangert Exp $
-# 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
-}