diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-02-24 07:36:14 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-02-24 07:36:14 +0000 |
commit | b66c5b3dc2092d03c658e1bcdf01ca40db962010 (patch) | |
tree | 1779caca2c7fe11f99178487be160e7bda59a28e /usr.sbin | |
parent | 41df76c1af1af731e610f52b61dc5b8b8d902552 (diff) |
regen
Diffstat (limited to 'usr.sbin')
-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 # |