From 409ae41d2a7b0f220b8d8a7f3e3fda70df96c74a Mon Sep 17 00:00:00 2001 From: mkochano Date: Mon, 9 Apr 2001 08:18:54 +0000 Subject: [PATCH] - Corrected killall location. Now it's /bin/killall. Changed files: apache.logrotate -> 1.4 --- apache.logrotate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache.logrotate b/apache.logrotate index 46bde77..ae9fa01 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -1,27 +1,27 @@ /var/log/httpd/access_log { olddir /var/log/archiv/httpd postrotate - /usr/bin/killall -HUP httpd + /bin/killall -HUP httpd endscript } /var/log/httpd/agent_log { olddir /var/log/archiv/httpd postrotate - /usr/bin/killall -HUP httpd + /bin/killall -HUP httpd endscript } /var/log/httpd/error_log { olddir /var/log/archiv/httpd postrotate - /usr/bin/killall -HUP httpd + /bin/killall -HUP httpd endscript } /var/log/httpd/referer_log { olddir /var/log/archiv/httpd postrotate - /usr/bin/killall -HUP httpd + /bin/killall -HUP httpd endscript } -- 2.44.0