From b53b292810ddcfad3fdd79581b6dfe4b9eb3bfec Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 17 Feb 2003 06:00:54 +0000 Subject: [PATCH] dnssec and lwresd are missing from SUBDIRS as RFC 2535 support is disabled --- bin/tests/system/conf.sh.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" -- 2.47.3