]> git.pld-linux.org Git - packages/apache.git/commitdiff
- use sharedscripts
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 4 Jan 2006 07:49:50 +0000 (07:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.8

apache.logrotate

index 350860e74dbf22462ed986ebeb725ba578765e94..f7755bcc0997c0f054576683bfddee76dbbc3519 100644 (file)
@@ -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
This page took 0.155849 seconds and 4 git commands to generate.