+ 838. [port] UnixWare 7.1.1 is now suported by
+ bin/tests/system/ifconfig.sh.
837. [cleanup] Multithreading is now enabled by default only on
OSF1, Solaris 2.7 and newer, and AIX.
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: ifconfig.sh,v 1.28 2001/03/16 21:44:35 bwelling Exp $
+# $Id: ifconfig.sh,v 1.29 2001/05/24 23:55:48 marka Exp $
#
# Set up interface aliases for bind9 system tests.
*-unknown-freebsdelf4.*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;;
+ *-UnixWare7.1.1*)
+ ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
+ ;;
*-unknown-netbsd*)
ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
;;
*-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns
;;
+ *-UnixWare7.1.1*)
+ ifconfig lo0 -alias 10.53.0.$ns
+ ;;
*-ibm-aix4.*)
ifconfig lo0 delete 10.53.0.$ns
;;