Mailing List Archive

r1243 - trunk/varnish-cache/redhat
Author: des
Date: 2007-02-20 09:46:24 +0100 (Tue, 20 Feb 2007)
New Revision: 1243

Modified:
trunk/varnish-cache/redhat/varnish.initrc
Log:
Correct misunderstanding regarding -w.

Modified: trunk/varnish-cache/redhat/varnish.initrc
===================================================================
--- trunk/varnish-cache/redhat/varnish.initrc 2007-02-16 13:26:52 UTC (rev 1242)
+++ trunk/varnish-cache/redhat/varnish.initrc 2007-02-20 08:46:24 UTC (rev 1243)
@@ -21,11 +21,9 @@
-f ${VARNISH_VCL_CONF} \
-T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \
-t ${VARNISH_TTL} \
+ -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \
-s ${VARNISH_BACKEND_STORAGE}"

-# Note: The set of working threads is temporary broken in varnish-1.0.2.
-# This will be fixed in an upcoming release
-# -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \

mkdir -p /var/run/varnish 2>/dev/null