]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use ifconfig.sh up, not ifconfig.sh start, to be
authorAndreas Gustafsson <source@isc.org>
Mon, 17 Sep 2001 21:43:09 +0000 (21:43 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 17 Sep 2001 21:43:09 +0000 (21:43 +0000)
consistent with the ifconfig.sh usage message [RT #1758]

bin/tests/system/README

index b3ebcbe3847738947e79054278aabc1c59582b42..59fd47db190f5bcc99801af161ffcfc76f4a8dbb 100644 (file)
@@ -34,7 +34,7 @@ root name server and is listed in the hints file of the others.
 To enable all servers to run on the same machine, they bind to
 separate virtual IP address on the loopback interface.  ns1 runs on
 10.53.0.1, ns2 on 10.53.0.2, etc.  Before running any tests, you must
-set up these addresses by running "ifconfig.sh start" as root.
+set up these addresses by running "ifconfig.sh up" as root.
 
 The servers use port 5300 instead of the usual port 53, so they can be
 run without root privileges once the interfaces have been set up.
@@ -48,4 +48,4 @@ The tests can be run individually like this:
 To run all the tests, just type "make test".
 
 
-$Id: README,v 1.9.4.1 2001/09/17 20:34:28 gson Exp $
+$Id: README,v 1.9.4.2 2001/09/17 21:43:09 gson Exp $