summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2010-02-24 07:36:14 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2010-02-24 07:36:14 +0000
commitb66c5b3dc2092d03c658e1bcdf01ca40db962010 (patch)
tree1779caca2c7fe11f99178487be160e7bda59a28e /usr.sbin
parent41df76c1af1af731e610f52b61dc5b8b8d902552 (diff)
regen
Diffstat (limited to 'usr.sbin')
-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
#