# 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
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";
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";