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)
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.


No differences found