diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-04 03:33:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-04 03:33:54 +0000 |
commit | 25422078f4cb03a768b78a7a08a56f9ec81a6a8e (patch) | |
tree | c0eda1f66068c1de1b5cee78be6c4ea76e6ead9d /dns/domtools/files/patch-aa | |
parent | - take maintainership (diff) |
Update to 1.6.0. Changes:
* Added support for DiG 9.x (BIND 9.0.1)
* Replaced internal digparse utility with digstd utility - you call digstd
as if it were dig, it calls dig for you with right options for your version
and returns results in a standard easy-to-parse format.
* Added SRV record support (ala RFC 2052).
* Added LOC record support (ala RFC 1876).
* Minor speed improvement to axfr
* Numerous bug fixes and support for different local host configurations
* Updated HOWTOUSE and MANUAL documents
PR: ports/53785
Submitted by: Rob Evers <rob@debank.tv>
Maintainer timeout: 3 weeks
Diffstat (limited to 'dns/domtools/files/patch-aa')
-rw-r--r-- | dns/domtools/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa index 0b32844d72e4..90627411667c 100644 --- a/dns/domtools/files/patch-aa +++ b/dns/domtools/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.old Wed Aug 16 23:22:00 2000 -+++ Makefile Wed Aug 16 23:23:05 2000 +--- Makefile.orig Tue Nov 21 15:24:13 2000 ++++ Makefile Thu Jun 26 17:32:28 2003 @@ -35,12 +35,12 @@ # This directory is created, below, if it doesn't exist. # "bin" will put it in $LDEST/bin. @@ -42,12 +42,12 @@ #GAWKPROG=awk # BSDI, Linux #GAWKPROG=/usr/local/bin/awk -@@ -233,7 +233,7 @@ +@@ -234,7 +234,7 @@ # (Very important for BIND 8 users, because zone file format changed) # No, we don't want the sticky (text) bit set on this directory. -if test $(ZONECACHEWANTED) -eq 1; then \ - $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ + $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ - rm -f $(PDEST)/$(ZONEDIR)/* > /dev/null 2>&1; \ + cd $(PDEST)/$(ZONEDIR) && rm -f * > /dev/null 2>&1; \ fi for i in $(LIBS); do \ |