]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- rotate rewrite_log too
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 13 Feb 2006 12:56:27 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.9

apache.logrotate

index f7755bcc0997c0f054576683bfddee76dbbc3519..be2aacb55758f2fcf14c0827f23719406887fc88 100644 (file)
        /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
+
+/var/log/httpd/*rewrite_log {
+    olddir /var/log/archiv/httpd
+    sharedscripts
+    postrotate
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
+    endscript
+}
This page took 0.054873 seconds and 4 git commands to generate.