SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
net/maradns/patches/patch-tcp_zoneserver_c
Normal file
11
net/maradns/patches/patch-tcp_zoneserver_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tcp/zoneserver.c.orig Mon Aug 18 17:55:03 2008
|
||||
+++ tcp/zoneserver.c Mon Aug 18 17:55:17 2008
|
||||
@@ -1014,7 +1014,7 @@ int main(int argc, char **argv) {
|
||||
js_string *synth_soa_origin;
|
||||
|
||||
/* Kill children processes when we are signaled */
|
||||
- if(setpgrp()) {
|
||||
+ if(setpgrp(0,0)) {
|
||||
printf(strerror(errno)); /* harderror() would kill the group which may not be correct yet */
|
||||
return 3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue