]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- added olddir definitions apache-1_3_12-10 apache-1_3_12-9
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Sep 2000 13:46:42 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.2

apache.logrotate

index 4d046f1adb3712c0a742fc28d20f6f034c6216f9..546df72331805f0450cc1d6afc51e738e07f95fb 100644 (file)
@@ -1,22 +1,26 @@
 /var/log/httpd/access_log {
+    olddir /var/log/archive/httpd
     postrotate
        /usr/bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/agent_log {
+    olddir /var/log/archive/httpd
     postrotate
        /usr/bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/error_log {
+    olddir /var/log/archive/httpd
     postrotate
        /usr/bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/referer_log {
+    olddir /var/log/archive/httpd
     postrotate
        /usr/bin/killall -HUP httpd
     endscript
This page took 0.094768 seconds and 4 git commands to generate.