r434 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 11 18:31:05 CEST 2006


Author: phk
Date: 2006-07-11 18:31:05 +0200 (Tue, 11 Jul 2006)
New Revision: 434

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Start the cache process automatically, I've gotten tired of typing "start" :-)


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-11 16:25:49 UTC (rev 433)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-11 16:31:05 UTC (rev 434)
@@ -326,6 +326,8 @@
 	event_base_set(mgt_eb, &e_sigchld);
 	signal_add(&e_sigchld, NULL);
 
+	mgt_child_start();
+
 	i = event_base_loop(mgt_eb, 0);
 	if (i != 0)
 		printf("event_dispatch() = %d\n", i);




More information about the varnish-commit mailing list