From d507bb8a8108c99f8cde369f2b1b023f13a1d380 Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Fri, 11 Dec 2015 12:30:59 +0000 Subject: Disable database file by default; we already have it in our default nsd.conf but this also disables it for users who don't have that line. (It can be re- enabled by explicit config in nsd.conf but it is suspected that it has issues and performance seems totally OK with zone files even for quite large setups). ok florian@ --- usr.sbin/nsd/Makefile.bsd-wrapper | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index 8257adeae9c..a03d938a58a 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2015/10/15 21:22:11 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2015/12/11 12:30:58 sthen Exp $ .include @@ -17,7 +17,8 @@ CONFIGURE_OPTS= --prefix=/usr \ --with-configdir=${CHROOTDIR}/etc \ --with-pidfile=${CHROOTDIR}/run/nsd.pid \ --with-zonesdir=${CHROOTDIR}/zones \ - --with-dbfile=${CHROOTDIR}/db/nsd.db \ + --with-dbfile="" \ + --with-zonelistfile="${CHROOTDIR}/db/zone.list" \ --with-xfrdir=${CHROOTDIR}/run/xfr \ --with-xfrdfile=${CHROOTDIR}/run/xfrd.state \ --with-libevent=/usr \ -- cgit v1.2.3