]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.logrotate
- cleaned up Provides/Requires "small fixes" mess
[packages/apache.git] / apache.logrotate
index 4d046f1adb3712c0a742fc28d20f6f034c6216f9..ae9fa010a9f9c81429a634143db8e90a99fbbb93 100644 (file)
@@ -1,23 +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
 }
This page took 0.075762 seconds and 4 git commands to generate.