r4452 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Wed Jan 13 13:32:04 CET 2010


Author: ingvar
Date: 2010-01-13 13:32:04 +0100 (Wed, 13 Jan 2010)
New Revision: 4452

Modified:
   trunk/varnish-cache/redhat/varnish.logrotate
Log:
Wrong path to pidfiles in redhat/varnish.logrotate

Modified: trunk/varnish-cache/redhat/varnish.logrotate
===================================================================
--- trunk/varnish-cache/redhat/varnish.logrotate	2010-01-13 11:25:32 UTC (rev 4451)
+++ trunk/varnish-cache/redhat/varnish.logrotate	2010-01-13 12:32:04 UTC (rev 4452)
@@ -3,7 +3,7 @@
     notifempty
     sharedscripts
     postrotate
-        /bin/kill -HUP `cat /var/run/varnish/varnishlog.pid 2>/dev/null` 2> /dev/null || true
-	/bin/kill -HUP `cat /var/run/varnish/varnishncsa.pid 2>/dev/null` 2> /dev/null || true
+        /bin/kill -HUP `cat /var/run/varnishlog.pid 2>/dev/null` 2> /dev/null || true
+	/bin/kill -HUP `cat /var/run/varnishncsa.pid 2>/dev/null` 2> /dev/null || true
     endscript
 }



More information about the varnish-commit mailing list