summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-03-24 08:21:04 +0100
committerRemi Collet <fedora@famillecollet.com>2012-03-24 08:21:04 +0100
commitea8928fb799b042740b834100683ff3735575a84 (patch)
treeeece4f8e297969fa360ab8fe62dacc83d176f317 /httpd.logrotate
parent3c8484bdace98d4eaa41ec80e1cc07b7ebf1753e (diff)
httpd: remove all
Diffstat (limited to 'httpd.logrotate')
-rw-r--r--httpd.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/httpd.logrotate b/httpd.logrotate
deleted file mode 100644
index 794b9d7..0000000
--- a/httpd.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/httpd/*log {
- missingok
- notifempty
- sharedscripts
- delaycompress
- postrotate
- /sbin/service httpd reload > /dev/null 2>/dev/null || true
- endscript
-}