]> git.pld-linux.org Git - packages/apache.git/commitdiff
- merge for sharedscripts
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 13 Feb 2006 14:48:51 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.10

apache.logrotate

index be2aacb55758f2fcf14c0827f23719406887fc88..8f491e5eca114cc4b4b9a5e429f29495be3e4f36 100644 (file)
@@ -1,39 +1,12 @@
-/var/log/httpd/*access_log {
+/var/log/httpd/*access_log
+/var/log/httpd/*agent_log
+/var/log/httpd/*error_log
+/var/log/httpd/*referer_log
+/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
-}
-
-/var/log/httpd/*agent_log {
-    olddir /var/log/archiv/httpd
-    sharedscripts
-    postrotate
-       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
-    endscript
-}
-
-/var/log/httpd/*error_log {
-    olddir /var/log/archiv/httpd
-    sharedscripts
-    postrotate
-       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
-    endscript
-}
-
-/var/log/httpd/*referer_log {
-    olddir /var/log/archiv/httpd
-    sharedscripts
-    postrotate
-       /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
+               /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
This page took 0.027892 seconds and 4 git commands to generate.