diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-18 07:58:26 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-18 07:58:26 +0000 |
commit | 5e3afc6ad447b6b0bde9a5c9425160407e59b1cb (patch) | |
tree | a054a964f21f98f35898b62b2b06acba9e830bc0 /dns/maradns/files | |
parent | 5ae421d8895084b55e8a05aa3ff80d7d15fe90fa (diff) | |
download | FreeBSD-ports-5e3afc6ad447b6b0bde9a5c9425160407e59b1cb.zip FreeBSD-ports-5e3afc6ad447b6b0bde9a5c9425160407e59b1cb.tar.gz |
- Update to 1.4.02
- Pass maintainership to submitter
PR: 142723
Submitted by: Bernhard Froehlich <decke@bluelife.at>
Diffstat (limited to 'dns/maradns/files')
-rw-r--r-- | dns/maradns/files/patch-tcp_zoneserver.c | 11 | ||||
-rw-r--r-- | dns/maradns/files/patch-tools_Makefile.recursive (renamed from dns/maradns/files/patch-tools_Makefile) | 4 |
2 files changed, 2 insertions, 13 deletions
diff --git a/dns/maradns/files/patch-tcp_zoneserver.c b/dns/maradns/files/patch-tcp_zoneserver.c deleted file mode 100644 index e50223f..0000000 --- a/dns/maradns/files/patch-tcp_zoneserver.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tcp/zoneserver.c.orig 2009-09-23 02:00:29.000000000 +0200 -+++ tcp/zoneserver.c 2009-09-23 02:03:05.000000000 +0200 -@@ -1014,7 +1014,7 @@ - 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; - } diff --git a/dns/maradns/files/patch-tools_Makefile b/dns/maradns/files/patch-tools_Makefile.recursive index f6074fa..52653b5 100644 --- a/dns/maradns/files/patch-tools_Makefile +++ b/dns/maradns/files/patch-tools_Makefile.recursive @@ -1,5 +1,5 @@ ---- tools/Makefile.orig Sat Jun 2 13:33:56 2007 -+++ tools/Makefile Sat Jun 2 13:38:09 2007 +--- tools/Makefile.recursive.orig 2006-01-02 17:59:33.000000000 +0100 ++++ tools/Makefile.recursive 2010-01-08 09:51:36.000000000 +0100 @@ -27,7 +27,7 @@ $(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS) |