s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 1f918a696d642a4e995df648400a6bda282357fb
parent 19caa8b70a411074168ff5316b96cc3d686a9e25
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 28 Jun 2022 10:30:45 +0000

 s6-supervise: also closethem() on -x in LASTFINISH for consistency

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Msrc/supervision/s6-supervise.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c @@ -594,7 +594,7 @@ static action_t_ref const actions[5][24] = &up_o, &up_d, &nop, &closethem, &up_o }, { &finishtimeout, &lastfinish_z, &nop, &closethem, &bail, &sigint, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, - &nop, &nop, &nop, &nop, &nop } + &nop, &nop, &nop, &closethem, &nop } } ;