Don't ignore SIGCHLD, system() needs it.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2011 13:50:20 +0000 (15:50 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2011 13:50:20 +0000 (15:50 +0200)
commit8b3cc695b56d4ab5e51c7e194153894f920b307f
treed9254a514af38fbd99ee3c7561cf14ae64091e3b
parent5989a29d7b53b25e8ed2f60bc3a0e089e423c02c
Don't ignore SIGCHLD, system() needs it.

But we do ignore SIGPIPE, and tinc 1.0.x signals that are no longer used
(SIGUSR1 and SIGUSR2), since the default handler of these signals is to
terminate tincd immediately.
src/process.c