From 192c8d8e48532e864274b72aa870dcfcc3019ef3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 30 Aug 2006 14:47:21 +0000 Subject: [PATCH] - add flush-logs target Changed files: apache.logrotate -> 1.13 --- apache.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.44.0