From 30087b663175d635cce2937d6aeee167fe4b4051 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 4 Jan 2006 07:49:50 +0000 Subject: [PATCH] - use sharedscripts Changed files: apache.logrotate -> 1.8 --- apache.logrotate | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache.logrotate b/apache.logrotate index 350860e..f7755bc 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -1,5 +1,6 @@ /var/log/httpd/*access_log { olddir /var/log/archiv/httpd + sharedscripts postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript @@ -7,6 +8,7 @@ /var/log/httpd/*agent_log { olddir /var/log/archiv/httpd + sharedscripts postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript @@ -14,6 +16,7 @@ /var/log/httpd/*error_log { olddir /var/log/archiv/httpd + sharedscripts postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript @@ -21,6 +24,7 @@ /var/log/httpd/*referer_log { olddir /var/log/archiv/httpd + sharedscripts postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript -- 2.44.0