]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.logrotate
- updated for 1.3.32
[packages/apache.git] / 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.031026 seconds and 4 git commands to generate.