]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#838 7.1.1 -> 7.x.x
authorMark Andrews <marka@isc.org>
Thu, 24 May 2001 23:58:24 +0000 (23:58 +0000)
committerMark Andrews <marka@isc.org>
Thu, 24 May 2001 23:58:24 +0000 (23:58 +0000)
CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index 25f8a61e1dbdd62b27a002362d3f1dc4d2054e7b..b0ba12afcbdabb5ff92c996bb373783afe9d3699 100644 (file)
--- 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
index 1f4af84ec5b170346248826f109f81c27fc8a5b2..4bae09f4eb0e614c609187ee75a64291197e89d2 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.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.*)