From c711ee8af9f094852c6d1917a0b111a276e7b320 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Mar 2012 08:24:02 +0100 Subject: httpd: import from rawhide (version 2.4.1) --- httpd.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httpd.logrotate (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate new file mode 100644 index 0000000..794b9d7 --- /dev/null +++ b/httpd.logrotate @@ -0,0 +1,9 @@ +/var/log/httpd/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /sbin/service httpd reload > /dev/null 2>/dev/null || true + endscript +} -- cgit