r178 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 13 22:09:29 CEST 2006


Author: phk
Date: 2006-06-13 22:09:29 +0200 (Tue, 13 Jun 2006)
New Revision: 178

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Default to "file" stevedore from now on.



Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-13 20:06:45 UTC (rev 177)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-06-13 20:09:29 UTC (rev 178)
@@ -379,7 +379,7 @@
 	unsigned dflag = 1;	/* XXX: debug=on for now */
 	const char *bflag = NULL;
 	const char *fflag = NULL;
-	const char *sflag = "malloc";
+	const char *sflag = "file";
 
 	register_printf_render_std((const unsigned char *)"HVQ");
  




More information about the varnish-commit mailing list