diff --git a/CHANGES b/CHANGES index fc0d7ba03a..fcffd33b4a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 901. [bug] More Unixware config.guess related changes. + 900. [bug] A config.guess update changed the system identification string of FreeBSD systems; configure now recognizes the new string. diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 3871420296..b14438e003 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.31 2001/06/12 03:34:01 ogud Exp $ +# $Id: ifconfig.sh,v 1.32 2001/06/14 04:52:39 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -53,7 +53,7 @@ case "$1" in *-unknown-freebsd[45].*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; - *-UnixWare7*) + *-*-sysv5uw7*) 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*) + *-*-sysv5uw7*) ifconfig lo0 -alias 10.53.0.$ns ;; *-ibm-aix4.*)