SOURCES: apache.logrotate - merge for sharedscripts

glen glen at pld-linux.org
Mon Feb 13 15:48:57 CET 2006


Author: glen                         Date: Mon Feb 13 14:48:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- merge for sharedscripts

---- Files affected:
SOURCES:
   apache.logrotate (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/apache.logrotate
diff -u SOURCES/apache.logrotate:1.9 SOURCES/apache.logrotate:1.10
--- SOURCES/apache.logrotate:1.9	Mon Feb 13 13:56:27 2006
+++ SOURCES/apache.logrotate	Mon Feb 13 15:48:51 2006
@@ -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
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache.logrotate?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list