]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rotate virtual logs too
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 13 Apr 2004 19:40:00 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.4.4.3

apache.logrotate

index b18073106b1406cedf282b2fc78bcbe962fd68c3..350860e74dbf22462ed986ebeb725ba578765e94 100644 (file)
@@ -1,25 +1,25 @@
-/var/log/httpd/access_log {
+/var/log/httpd/*access_log {
     olddir /var/log/archiv/httpd
     postrotate
        /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/agent_log {
+/var/log/httpd/*agent_log {
     olddir /var/log/archiv/httpd
     postrotate
        /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/error_log {
+/var/log/httpd/*error_log {
     olddir /var/log/archiv/httpd
     postrotate
        /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/referer_log {
+/var/log/httpd/*referer_log {
     olddir /var/log/archiv/httpd
     postrotate
        /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
This page took 0.029621 seconds and 4 git commands to generate.