summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2010-01-17 19:34:41 +0000
committerjakob <jakob@openbsd.org>2010-01-17 19:34:41 +0000
commit3350335ec88a6ab19c77c70b2a31d53421a38326 (patch)
tree823b3af6e391bafdb772cd2442954427ced55eba
parentadd --with-chroot option to set default chroot directory (diff)
downloadwireguard-openbsd-3350335ec88a6ab19c77c70b2a31d53421a38326.tar.xz
wireguard-openbsd-3350335ec88a6ab19c77c70b2a31d53421a38326.zip
use --with-chroot
-rw-r--r--usr.sbin/nsd/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper
index 24ea2a51115..6514188d784 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.3 2010/01/16 17:33:46 jakob Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2010/01/17 19:34:41 jakob Exp $
.include <bsd.own.mk>
@@ -14,6 +14,7 @@ CONFIGURE_OPTS= --prefix=/usr \
--with-ssl=/usr \
--with-user=${USER} \
--with-nsd-conf-file=/etc/nsd.conf \
+ --with-chroot=${CHROOTDIR} \
--with-pidfile=${CHROOTDIR}/nsd.pid \
--with-zonesdir=${CHROOTDIR}/zones \
--with-dbfile=${CHROOTDIR}/nsd.db \