~ubuntu-branches/ubuntu/saucy/maradns/saucy

« back to all changes in this revision

Viewing changes to sqa/old-testbed/run.testbed

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2006-10-09 17:44:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009174421-yb151elg3m4t5shl
Tags: 1.2.12.03-1
* New upstream release with many new doc tweaks. Though most of the changes
  are with the webpages which I have chosen not to distribute as you can
  read them all rather online at http://maradns.org/
* The diffs in the Makefiles are due to upstream's configure script
* Added bind2csv2.py as an example from upstream's tools/
  There is a lot of little scripts in tools/ which can probably join this

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
maradns -f /etc/mararc.1 &
4
 
maradns -f /etc/mararc.2 &
 
3
../../server/maradns -f /etc/mararc.1 &
 
4
../../server/maradns -f /etc/mararc.2 &
5
5
# .3 is reserved for the recursive server
6
 
maradns -f /etc/mararc.4 &
7
 
maradns -f /etc/mararc.5 &
8
 
maradns -f /etc/mararc.6 &
9
 
maradns -f /etc/mararc.7 &
10
 
maradns -f /etc/mararc.8 &
 
6
../../server/maradns -f /etc/mararc.4 &
 
7
../../server/maradns -f /etc/mararc.5 &
 
8
../../server/maradns -f /etc/mararc.6 &
 
9
../../server/maradns -f /etc/mararc.7 &
 
10
../../server/maradns -f /etc/mararc.8 &
11
11
# Dead host simulated
12
12
#../dead_host_simulate 127.240.240.241 &
13
13
#../dead_host_simulate 127.240.240.242 &