summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/configure
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2010-02-24 07:36:13 +0000
committerjakob <jakob@openbsd.org>2010-02-24 07:36:13 +0000
commit2e21da2096b6796d6e72594ec88e42dc6c550c4b (patch)
tree6d8ce34419c0940b4f1816f603ffd222503f597d /usr.sbin/nsd/configure
parentbetter default chroot (diff)
downloadwireguard-openbsd-2e21da2096b6796d6e72594ec88e42dc6c550c4b.tar.xz
wireguard-openbsd-2e21da2096b6796d6e72594ec88e42dc6c550c4b.zip
regen
Diffstat (limited to 'usr.sbin/nsd/configure')
-rw-r--r--usr.sbin/nsd/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/nsd/configure b/usr.sbin/nsd/configure
index a1d42527890..fa18d51435b 100644
--- a/usr.sbin/nsd/configure
+++ b/usr.sbin/nsd/configure
@@ -694,7 +694,6 @@ piddir
zonesdir
difffile
xfrdfile
-chrootdir
user
AWK
LN_S
@@ -3825,16 +3824,17 @@ chrootdir="/"
# Check whether --with-chroot was given.
if test "${with_chroot+set}" = set; then
- withval=$with_chroot; chrootdir=$withval
-fi
-
-
+ withval=$with_chroot;
+ chrootdir=$withval
cat >>confdefs.h <<_ACEOF
#define CHROOTDIR "`eval echo $chrootdir`"
_ACEOF
+fi
+
+
#
# Determine the user name to drop privileges to
#