]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- rotate all logs, virtuals too auto/ac/apache-2_0_50-0_1 auto/ac/apache-2_0_50-2 auto/ac/apache-2_0_50-3 auto/ac/apache-2_0_50-4 auto/ac/apache-2_0_50-5 auto/ac/apache-2_0_51-2 auto/ac/apache-2_0_52-2 auto/ac/apache-2_0_52-3 auto/ac/apache-2_0_52-4 auto/ac/apache-2_0_52-5 auto/ac/apache-2_0_52-6 auto/ac/apache-2_0_52-7
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 13 Apr 2004 19:36:05 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.7

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.025725 seconds and 4 git commands to generate.