]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
838. [port] UnixWare 7.1.1 is now suported by
authorMark Andrews <marka@isc.org>
Thu, 24 May 2001 23:55:48 +0000 (23:55 +0000)
committerMark Andrews <marka@isc.org>
Thu, 24 May 2001 23:55:48 +0000 (23:55 +0000)
                        bin/tests/system/ifconfig.sh.

CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index 04a333620c95c86090345cbf4cf61336680697de..25f8a61e1dbdd62b27a002362d3f1dc4d2054e7b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+ 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.
index 1d40ef825136456ac347ca58805e56c13f18728e..1f4af84ec5b170346248826f109f81c27fc8a5b2 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.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.
@@ -53,6 +53,9 @@ case "$1" in
                    *-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
                        ;;
@@ -110,6 +113,9 @@ case "$1" in
                    *-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
                        ;;