]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
dnssec and lwresd are missing from SUBDIRS as RFC 2535 support is disabled
authorMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 06:00:54 +0000 (06:00 +0000)
committerMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 06:00:54 +0000 (06:00 +0000)
bin/tests/system/conf.sh.in

index 5b45b7df32712386d450d043f3e541874d555181..3bccba99b9a159b89b9b00be63b3649126a190ea 100644 (file)
@@ -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"