]> err.no Git - varnish/commit
Allow varnishd to be started with neither -b nor -f, this is useful
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 21:25:41 +0000 (21:25 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 21:25:41 +0000 (21:25 +0000)
commit9e38b8e0bad111b4a4867792fee23e0976a5061f
tree31bfc4f0fbf45a6c94198c81e2ab3abe5e702e74
parent6d1d6554e3fab91e17c965792435e68d1ed85262
Allow varnishd to be started with neither -b nor -f, this is useful
where a central facility is used to push VCL's to a number of Varnish
hosts.

Until a VCL is loaded, the child process cannot be started.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2699 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt.h
varnish-cache/bin/varnishd/mgt_child.c
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/bin/varnishd/varnishd.c