diff options
Diffstat (limited to 'usr.sbin/nsd/configure')
-rw-r--r-- | usr.sbin/nsd/configure | 10 |
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 # |