~ubuntu-branches/ubuntu/natty/bind9/natty-security

« back to all changes in this revision

Viewing changes to bin/tests/system/start.pl

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-07-15 17:11:12 UTC
  • mfrom: (1.6.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100715171112-t30mndas2k8o0pwn
Tags: 1:9.7.1.dfsg.P2-1~build1
ubuntu upload to speed things along

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/perl -w
2
2
#
3
 
# Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
 
3
# Copyright (C) 2004-2008, 2010  Internet Systems Consortium, Inc. ("ISC")
4
4
# Copyright (C) 2001  Internet Software Consortium.
5
5
#
6
6
# Permission to use, copy, modify, and/or distribute this software for any
15
15
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
16
# PERFORMANCE OF THIS SOFTWARE.
17
17
 
18
 
# $Id: start.pl,v 1.13 2008/01/02 23:47:01 tbox Exp $
 
18
# $Id: start.pl,v 1.13.514.2 2010/06/26 23:46:40 tbox Exp $
19
19
 
20
20
# Framework for starting test servers.
21
21
# Based on the type of server specified, check for port availability, remove
131
131
                } else {
132
132
                        $command .= "-m record,size,mctx ";
133
133
                        $command .= "-T clienttest ";
 
134
                        $command .= "-T nosoa " 
 
135
                                if (-e "$testdir/$server/named.nosoa");
134
136
                        $command .= "-c named.conf -d 99 -g";
135
137
                }
136
138
                $command .= " >named.run 2>&1 &";