[prev in list] [next in list] [prev in thread] [next in thread] 

List:       varnish-commit
Subject:    [master] a056f99 Migrate the shell PID to haproxy where we want it.
From:       Poul-Henning Kamp <phk () FreeBSD ! org>
Date:       2018-03-28 14:24:16
Message-ID: 20180328142416.A448EB326C () lists ! varnish-cache ! org
[Download RAW message or body]


commit a056f9981e23d16f17e3149dd2c0fa23b29ba0ae
Author: Poul-Henning Kamp <phk@FreeBSD.org>
Date:   Wed Mar 28 14:16:00 2018 +0000

    Migrate the shell PID to haproxy where we want it.

diff --git a/bin/varnishtest/vtc_haproxy.c b/bin/varnishtest/vtc_haproxy.c
index d97ffb4..e3ea8d2 100644
--- a/bin/varnishtest/vtc_haproxy.c
+++ b/bin/varnishtest/vtc_haproxy.c
@@ -283,7 +283,7 @@ haproxy_start(struct haproxy *h)
 
 	vsb = VSB_new_auto();
 	AN(vsb);
-	VSB_printf(vsb, "%s %s", h->filename, VSB_data(h->args));
+	VSB_printf(vsb, "exec %s %s", h->filename, VSB_data(h->args));
 
 	if (h->opt_worker || h->opt_daemon) {
 		bprintf(buf, "%s/pid", h->workdir);
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic