6b36385c7e
${VARBASE}/db/nsd.db on all platforms and use user/group nsd for the daemon to run as. Install sample configuration without .sample extension. Take maintainership. Bump revision.
16 lines
658 B
Text
16 lines
658 B
Text
$NetBSD: patch-aa,v 1.9 2005/11/05 21:27:53 joerg Exp $
|
|
|
|
--- Makefile.in- 2005-01-19 11:05:06.000000000 +0900
|
|
+++ Makefile.in 2005-01-19 11:06:59.000000000 +0900
|
|
@@ -148,8 +148,9 @@
|
|
$(INSTALL_DATA) zonec.8 $(mandir)/man8
|
|
$(INSTALL_DATA) nsd-notify.8 $(mandir)/man8/nsd-notify.8
|
|
$(INSTALL_DATA) nsd-xfer.8 $(mandir)/man8/nsd-xfer.8
|
|
- $(INSTALL_DATA) nsdc.conf.sample $(configfile).sample
|
|
- $(INSTALL_DATA) nsd.zones.sample $(zonesfile).sample
|
|
+ mkdir -p $(prefix)/share/examples/nsd
|
|
+ $(INSTALL_DATA) nsdc.conf.sample $(prefix)/share/examples/nsd/nsdc.conf
|
|
+ $(INSTALL_DATA) nsd.zones.sample $(prefix)/share/examples/nsd/nsd.zones
|
|
|
|
uninstall:
|
|
@echo
|