pkgsrc/net/nsd/patches/patch-aa
itojun c0ae009bf0 upgrade to 1.0.1 release candidate 2.
1.0.1
=============

FEATURES:
        - NSD drops permissions after binding the sockets
        - ``cache'' zones are no longer allowed
        - ID.Server & Version.Server compile time options
        - AXFR implemented (with tcpwrapper for access control)
        - nsdc update and nsdc notify functinality
        - using named-xfer with TSIG for inbound axfr


CHANGES:
        - the order of records in the database is from now
          on significant
        - since Berkeley DB doesnt define order for sequential
          access it is no longer supported

BUG FIXES:
        - white space problem in zonec is fixed
2002-08-28 16:05:50 +00:00

18 lines
573 B
Text

$NetBSD: patch-aa,v 1.4 2002/08/28 16:05:52 itojun Exp $
--- Makefile.orig Thu Aug 22 20:40:52 2002
+++ Makefile Thu Aug 29 01:02:59 2002
@@ -67,12 +67,11 @@
#
# The directory where the nsd nsdc and zonec binaries will be installed
-PREFIX = /usr/local
NSDBINDIR = ${PREFIX}/sbin
NSDMANDIR = ${PREFIX}/man/man8
# The directory where the master zone files are located
-NSDZONESDIR = ${PREFIX}/etc/nsd
+NSDZONESDIR = ${PKG_SYSCONFDIR}
# The file containing the list of the zones to be compiled into the NSD database
NSDZONES = ${NSDZONESDIR}/nsd.zones