diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-03-24 08:21:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-03-24 08:21:04 +0100 |
commit | ea8928fb799b042740b834100683ff3735575a84 (patch) | |
tree | eece4f8e297969fa360ab8fe62dacc83d176f317 /httpd.logrotate | |
parent | 3c8484bdace98d4eaa41ec80e1cc07b7ebf1753e (diff) |
httpd: remove all
Diffstat (limited to 'httpd.logrotate')
-rw-r--r-- | httpd.logrotate | 9 |
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 -} |