27e0c7881a
NOTE: the configuration file format has changed. Don't update blindly. Major changes: - integrated AXFR/IXFR support for zone transfer. IXFR is not supported when acting as master. - TSIG authentication support for queries, notifies and zone transfers. - full NOTIFY support - DNAME type is supported - experimental support for NSEC3 and NSID, not enabled in pkgsrc - various bug fixes.
13 lines
563 B
Text
13 lines
563 B
Text
$NetBSD: patch-aa,v 1.11 2007/08/11 23:48:40 joerg Exp $
|
|
|
|
--- Makefile.in.orig 2007-08-12 00:06:16.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -328,7 +328,7 @@ install: all
|
|
$(INSTALL_DATA) $(srcdir)/nsd-patch.8 $(DESTDIR)$(mandir)/man8/nsd-patch.8
|
|
$(INSTALL_DATA) $(srcdir)/nsd-xfer.8 $(DESTDIR)$(mandir)/man8/nsd-xfer.8
|
|
$(INSTALL_DATA) $(srcdir)/nsd.conf.5 $(DESTDIR)$(mandir)/man5/nsd.conf.5
|
|
- $(INSTALL_DATA) nsd.conf.sample $(DESTDIR)$(nsdconfigfile).sample
|
|
+ $(INSTALL_DATA) nsd.conf.sample $(DESTDIR)${PREFIX}/share/examples/nsd/nsd.conf
|
|
|
|
uninstall:
|
|
@echo
|