Show
Ignore:
Timestamp:
01/13/10 13:32:04 (7 months ago)
Author:
ingvar
Message:

Wrong path to pidfiles in redhat/varnish.logrotate

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/redhat/varnish.logrotate

    r3300 r4452  
    44    sharedscripts 
    55    postrotate 
    6         /bin/kill -HUP `cat /var/run/varnish/varnishlog.pid 2>/dev/null` 2> /dev/null || true 
    7         /bin/kill -HUP `cat /var/run/varnish/varnishncsa.pid 2>/dev/null` 2> /dev/null || true 
     6        /bin/kill -HUP `cat /var/run/varnishlog.pid 2>/dev/null` 2> /dev/null || true 
     7        /bin/kill -HUP `cat /var/run/varnishncsa.pid 2>/dev/null` 2> /dev/null || true 
    88    endscript 
    99}