let children survive sigint, sigterm, etc.
commit05790d17225f5ba71d378f49c52cba7ed20d43ee
authorRoger Dingledine <arma@torproject.org>
Sun, 8 Aug 2004 07:25:45 +0000 (8 07:25 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 8 Aug 2004 07:25:45 +0000 (8 07:25 +0000)
tree646b23c1ca045de9a3cc14cf34c2a9a2fceea05b
parent76b284d2af2397c98b76e82369f977539eaf37bd
let children survive sigint, sigterm, etc.
this was biting us because ^c would get delivered to all of them,
maybe because they were all still listening to stdin?

svn:r2197
src/or/circuitbuild.c
src/or/cpuworker.c
src/or/dns.c
src/or/main.c
src/or/or.h