Commit 93124f03 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

vi(1) 'x' key misfire.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3764 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e6480fcf
......@@ -207,7 +207,7 @@ varnish_launch(struct varnish *v)
AN(vsb);
vsb_printf(vsb, "cd ../varnishd &&");
vsb_printf(vsb, " ./varnishd -d -d -n /tmp/__%s", v->name);
vsb_printf(vsb, " -p cli_banner=off);
vsb_printf(vsb, " -p cli_banner=off");
vsb_printf(vsb, " -a '%s' -T %s", v->accept, v->telnet);
vsb_printf(vsb, " -P /tmp/__%s/varnishd.pid", v->name);
vsb_printf(vsb, " %s", v->args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment