NSD is a complete implementation of an authoritative DNS nameserver. For further information about what NSD is and what NSD is not please consult the REQUIREMENTS document which is a part of this distribution (thanks to Olaf). This is the SVN trunk version of NSD version 4
13 lines
577 B
Text
13 lines
577 B
Text
$NetBSD: patch-aa,v 1.1 2012/10/14 11:13:06 pettai Exp $
|
|
|
|
--- Makefile.in.orig 2012-10-14 10:22:12.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -125,7 +125,7 @@ install: all
|
|
$(INSTALL_DATA) $(srcdir)/nsd-checkconf.8 $(DESTDIR)$(mandir)/man8/nsd-checkconf.8
|
|
$(INSTALL_DATA) $(srcdir)/nsd-control.8 $(DESTDIR)$(mandir)/man8/nsd-control.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
|