From: Elan Ruusamäe Date: Wed, 30 Aug 2006 14:47:21 +0000 (+0000) Subject: - add flush-logs target X-Git-Tag: auto/ac/apache-2_2_3-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fac%2Fapache-2_2_3-2;p=packages%2Fapache1.git - add flush-logs target Changed files: apache.logrotate -> 1.13 --- diff --git a/apache.logrotate b/apache.logrotate index 9712044..52d6f95 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -9,6 +9,6 @@ olddir /var/log/archiv/httpd sharedscripts postrotate - /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true + /etc/rc.d/init.d/httpd flush-logs > /dev/null endscript }