diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-17 19:34:42 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-17 19:34:42 +0000 |
commit | b3703c013adbbc913296df43a3340c7b7527fd67 (patch) | |
tree | faeec38e00e8e58d787406165acfd6ce2f2e0150 /usr.sbin/nsd | |
parent | aba487a71c2c5cab76a4146e544fa0f39fa87dd1 (diff) |
use --with-chroot
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 3 |
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 \ |