Forum: Cfengine Help Subject: Re: signalling processes Author: mark Link to topic: https://cfengine.com/forum/read.php?3,17696,17697#msg-17697
src/unix.c DoAllSignals shows that the first signal that "succeeds" wins. This is probably not the behaviour you want. I suggest removing the break and continue from this function. It makes sense to me anyway. _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
