In article <95034282-ebf6-c1d5-8bb1-9258ee825...@marples.name>, Roy Marples <r...@marples.name> wrote: >On 10/05/2020 18:58, Christos Zoulas wrote: >> Module Name: src >> Committed By: christos >> Date: Sun May 10 17:58:16 UTC 2020 >> >> Modified Files: >> src/external/bsd/dhcpcd/dist/src: dhcpcd.c >> >> Log Message: >> Add SIGPIPE to the list of dhcpcd affected signals since we sigignore it. > >Why?
Because the forked programs from scripts were executed with SIGPIPE blocked. If that breaks non-kqueue OS's we should just add SIGPIPE to the signal mask to default for posix_spawn(). christos