From: Mark Andrews Date: Mon, 17 Feb 2003 06:00:54 +0000 (+0000) Subject: dnssec and lwresd are missing from SUBDIRS as RFC 2535 support is disabled X-Git-Tag: v9.2.2~23 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b53b292810ddcfad3fdd79581b6dfe4b9eb3bfec;p=thirdparty%2Fbind9.git dnssec and lwresd are missing from SUBDIRS as RFC 2535 support is disabled --- diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 5b45b7df327..3bccba99b9a 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: conf.sh.in,v 1.23 2001/08/01 19:00:58 gson Exp $ +# $Id: conf.sh.in,v 1.23.10.1 2003/02/17 06:00:54 marka Exp $ # # Common configuration data for system tests, to be sourced into @@ -42,7 +42,10 @@ KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset # The "stress" test is not run by default since it creates enough # load on the machine to make it unusable to other users. -SUBDIRS="cacheclean dnssec forward glue ixfr limits lwresd \ +# +# dnssec and lwresd are missing from SUBDIRS as RFC 2535 support is disabled +# +SUBDIRS="cacheclean forward glue ixfr limits \ masterfile notify nsupdate resolver sortlist stub tkey \ unknown upforwd v6synth views xfer xferquota"