SOURCES: apache.logrotate - use sharedscripts

blues blues at pld-linux.org
Wed Jan 4 08:49:55 CET 2006


Author: blues                        Date: Wed Jan  4 07:49:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use sharedscripts

---- Files affected:
SOURCES:
   apache.logrotate (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/apache.logrotate
diff -u SOURCES/apache.logrotate:1.7 SOURCES/apache.logrotate:1.8
--- SOURCES/apache.logrotate:1.7	Tue Apr 13 21:36:05 2004
+++ SOURCES/apache.logrotate	Wed Jan  4 08:49:50 2006
@@ -1,5 +1,6 @@
 /var/log/httpd/*access_log {
     olddir /var/log/archiv/httpd
+    sharedscripts
     postrotate
 	/etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
@@ -7,6 +8,7 @@
 
 /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
@@ -14,6 +16,7 @@
 
 /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
@@ -21,6 +24,7 @@
 
 /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
================================================================

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



More information about the pld-cvs-commit mailing list