From 77d8951d11dbf97f8b879ef1d2258ec438b5f4de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 15 Sep 2000 12:58:56 +0000 Subject: [PATCH] - typo Changed files: apache.logrotate -> 1.3 --- apache.logrotate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache.logrotate b/apache.logrotate index 546df72..46bde77 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -1,26 +1,26 @@ /var/log/httpd/access_log { - olddir /var/log/archive/httpd + olddir /var/log/archiv/httpd postrotate /usr/bin/killall -HUP httpd endscript } /var/log/httpd/agent_log { - olddir /var/log/archive/httpd + olddir /var/log/archiv/httpd postrotate /usr/bin/killall -HUP httpd endscript } /var/log/httpd/error_log { - olddir /var/log/archive/httpd + olddir /var/log/archiv/httpd postrotate /usr/bin/killall -HUP httpd endscript } /var/log/httpd/referer_log { - olddir /var/log/archive/httpd + olddir /var/log/archiv/httpd postrotate /usr/bin/killall -HUP httpd endscript -- 2.44.0