summaryrefslogtreecommitdiffstats
path: root/apache/httpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'apache/httpd.logrotate')
-rw-r--r--apache/httpd.logrotate5
1 files changed, 0 insertions, 5 deletions
diff --git a/apache/httpd.logrotate b/apache/httpd.logrotate
deleted file mode 100644
index 3f9298c..0000000
--- a/apache/httpd.logrotate
+++ /dev/null
@@ -1,5 +0,0 @@
-/var/log/httpd/*log {
- postrotate
- /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}