]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
authorMark Andrews <marka@isc.org>
Mon, 5 Nov 2001 04:29:35 +0000 (04:29 +0000)
committerMark Andrews <marka@isc.org>
Mon, 5 Nov 2001 04:29:35 +0000 (04:29 +0000)
CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index fafc245b873f2a7c7340ff3cc187457e20da9af6..622f628070c55289ae565b12e4f3834449df1981 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+1103.  [port]          OpenUNIX 8 support (ifconfig.sh).  [RT #1970]
 
        --- 9.2.0rc9 released ---
 
index 21287d353690cd13b879656325b2bbbb385a9f3f..6da7951b429b94a40321d5afdb9be17dfbf36eb7 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.35 2001/06/14 14:10:32 gson Exp $
+# $Id: ifconfig.sh,v 1.35.2.1 2001/11/05 04:29:35 marka Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
@@ -62,7 +62,7 @@ case "$1" in
                    *-sgi-irix6.*)
                        ifconfig lo0 alias 10.53.0.$ns
                        ;;
-                   *-*-sysv5uw7*)
+                   *-*-sysv5uw[7-8]*)
                        ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
                        ;;
                    *-ibm-aix4.*)
@@ -107,7 +107,7 @@ case "$1" in
                    *-sgi-irix6.*)
                        ifconfig lo0 -alias 10.53.0.$ns
                        ;;
-                   *-*-sysv5uw7*)
+                   *-*-sysv5uw[7-8]*)
                        ifconfig lo0 -alias 10.53.0.$ns
                        ;;
                    *-ibm-aix4.*)