--- configure.in.orig 2008-11-25 00:45:09.000000000 +0100 +++ configure.in 2008-11-25 15:29:46.000000000 +0100 @@ -100,13 +100,13 @@ AC_DEFINE_UNQUOTED(LOCALSTATEDIR,"`eval echo "${localstatedir}"`",[localstatedir]) dnl Path to the chroot directory -default_chroot_path=`eval echo $localstatedir`"/named" +default_chroot_path=`eval echo $localstatedir`"/bind" test "x$CHROOT_PATH" = x && CHROOT_PATH=$default_chroot_path AC_DEFINE_UNQUOTED(CHROOT_PATH,"`eval echo "$CHROOT_PATH"`",[Path to the chroot /var/named directory]) AC_MSG_RESULT([Using chroot path: (${CHROOT_PATH})]) dnl Path to rndc.conf -default_rndc_conf=`eval echo $sysconfdir`"/rndc.conf" +default_rndc_conf=`eval echo $sysconfdir`"/bind/rndc.conf" test "x$RNDC_CONF" = x && RNDC_CONF=$default_rndc_conf AC_DEFINE_UNQUOTED(RNDC_CONF,"`eval echo "$RNDC_CONF"`",[Path to rndc.conf]) AC_MSG_RESULT([Using rndc.conf: (${RNDC_CONF})]) @@ -166,7 +166,7 @@ AC_MSG_RESULT([Using dig binary: (${DIG_BINARY})]) dnl The user the server runs as -default_named_user="nobody" +default_named_user="named" test "x$NAMED_USER" = x && NAMED_USER=$default_named_user AC_DEFINE_UNQUOTED(NAMED_USER,"`eval echo "${NAMED_USER}"`",[The user which named runs as]) AC_MSG_RESULT([Using bind user: (${NAMED_USER})])