From a8834cb19336e94351f5bb16430d99f68717593d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 22 Jun 2026 22:29:35 +0000 Subject: Update deps; two small bugfixes --- src/s6-frontend/live_start_everything.c | 2 +- src/s6-frontend/set_apply.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/s6-frontend/live_start_everything.c b/src/s6-frontend/live_start_everything.c index a8cf0c2..14289ca 100644 --- a/src/s6-frontend/live_start_everything.c +++ b/src/s6-frontend/live_start_everything.c @@ -46,7 +46,7 @@ void exec_live_start_everything (unsigned int timeout, char const *defbundle, un argv[m++] = g->dirs.live ; argv[m++] = "-b" ; argv[m++] = "--" ; - argv[m++] = "start" ; + argv[m++] = "change" ; argv[m++] = defbundle ; argv[m++] = 0 ; main_exec(argv) ; diff --git a/src/s6-frontend/set_apply.c b/src/s6-frontend/set_apply.c index 85078ec..1bb091e 100644 --- a/src/s6-frontend/set_apply.c +++ b/src/s6-frontend/set_apply.c @@ -137,5 +137,5 @@ void set_apply (char const *const *argv) newargv[m++] = "change" ; newargv[m++] = wgola[GOLA_DEFBUNDLE] ; newargv[m++] = 0 ; - main_exec(argv) ; + main_exec(newargv) ; } -- cgit v1.3.1