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