diff --git a/CHANGES b/CHANGES index 25f8a61e1d..b0ba12afcb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - 838. [port] UnixWare 7.1.1 is now suported by + 838. [port] UnixWare 7.x.x is now suported by bin/tests/system/ifconfig.sh. 837. [cleanup] Multithreading is now enabled by default only on diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 1f4af84ec5..4bae09f4eb 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.29 2001/05/24 23:55:48 marka Exp $ +# $Id: ifconfig.sh,v 1.30 2001/05/24 23:58:24 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -53,7 +53,7 @@ case "$1" in *-unknown-freebsdelf4.*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; - *-UnixWare7.1.1*) + *-UnixWare7*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; *-unknown-netbsd*) @@ -113,7 +113,7 @@ case "$1" in *-sgi-irix6.*) ifconfig lo0 -alias 10.53.0.$ns ;; - *-UnixWare7.1.1*) + *-UnixWare7*) ifconfig lo0 -alias 10.53.0.$ns ;; *-ibm-aix4.*)