]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 6 Jun 2001 21:52:00 +0000 (21:52 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 6 Jun 2001 21:52:00 +0000 (21:52 +0000)
 838.   [port]          UnixWare 7.1.1 is now suported by
                        bin/tests/system/ifconfig.sh.

bin/tests/system/ifconfig.sh

index a440590cad02f8d151adbc27b5bbc38322af4924..cbf5d6f4d6f302c165e427e11bc192aefdd726a7 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: ifconfig.sh,v 1.25.4.1 2001/01/09 22:34:37 bwelling Exp $
+# $Id: ifconfig.sh,v 1.25.4.2 2001/06/06 21:52:00 gson Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
@@ -53,6 +53,9 @@ case "$1" in
                    *-unknown-freebsdelf4.*)
                        ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
                        ;;
+                   *-UnixWare7*)
+                       ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
+                       ;;
                    *-unknown-netbsd*)
                        ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
                        ;;
@@ -109,6 +112,9 @@ case "$1" in
                    *-sgi-irix6.*)
                        ifconfig lo0 -alias 10.53.0.$ns
                        ;;
+                   *-UnixWare7*)
+                       ifconfig lo0 -alias 10.53.0.$ns
+                       ;;
                    *-ibm-aix4.*)
                        ifconfig lo0 delete 10.53.0.$ns
                        ;;