From: Andreas Gustafsson Date: Wed, 6 Jun 2001 21:52:00 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.1.3rc2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2532f9b3f615ebbe31604d381dff39ca1f59e4a;p=thirdparty%2Fbind9.git pullup: 838. [port] UnixWare 7.1.1 is now suported by bin/tests/system/ifconfig.sh. --- diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index a440590cad0..cbf5d6f4d6f 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -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 ;;