Ignore:
Timestamp:
Sep 13, 2009, 6:47:26 AM (15 years ago)
Author:
mitchb
Message:
Fix global scoping problem from r1317 and r1319
One of these days we'll accidentally get it right
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/logrotate.d/httpd

    r1319 r1323  
    1 rotate 0
    2 daily
    3 missingok
    4 notifempty
    5 sharedscripts
    6 postrotate
    7     /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
    8 endscript
    9 
    101/var/log/httpd/*.log /home/logview/*log {
     2    rotate 0
     3    daily
     4    missingok
     5    notifempty
     6    sharedscripts
     7    postrotate
     8        /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
     9    endscript
    1110}
    1211
    1312/var/log/httpd/statistics_log {
    1413    rotate 14
     14    daily
     15    missingok
     16    notifempty
     17    sharedscripts
     18    postrotate
     19        /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
     20    endscript
    1521}
Note: See TracChangeset for help on using the changeset viewer.