Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/dhcpcd/dist/src



In article <95034282-ebf6-c1d5-8bb1-9258ee825c8c%marples.name@localhost>,
Roy Marples  <roy%marples.name@localhost> 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



Home | Main Index | Thread Index | Old Index