From e99faa72dd22a98b1b83ff089d88874158a06be3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Mar 2007 07:05:35 +0000 Subject: [PATCH] 1589. [func] DNSSEC lookaside validation. enable-dnssec -> dnssec-enable --- bin/tests/system/start.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 6caf980c7d2..8896eaec67b 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: start.pl,v 1.3.206.1 2004/03/06 10:21:48 marka Exp $ +# $Id: start.pl,v 1.3.206.2 2007/03/06 07:05:35 marka Exp $ # Framework for starting test servers. # Based on the type of server specified, check for port availability, remove @@ -129,7 +129,7 @@ sub start_server { if ($options) { $command .= "$options"; } else { - $command .= "-c named.conf -d 99 -g"; + $command .= "-m record -c named.conf -d 99 -g"; } $command .= " >named.run 2>&1 &"; $pid_file = "named.pid"; @@ -139,7 +139,7 @@ sub start_server { if ($options) { $command .= "$options"; } else { - $command .= "-C resolv.conf -d 99 -g -i lwresd.pid -P 9210 -p 5300"; + $command .= "-m record -C resolv.conf -d 99 -g -i lwresd.pid -P 9210 -p 5300"; } $command .= " >lwresd.run 2>&1 &"; $pid_file = "lwresd.pid"; -- 2.47.3