diff --git a/CHANGES b/CHANGES index 994d5f0be0..8315b45045 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970] + 1102. [doc] Note that query logging is enabled by directing the queries category to a channel. diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index cf0383ca29..6095eb18d3 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.36 2001/09/26 23:16:26 gson Exp $ +# $Id: ifconfig.sh,v 1.37 2001/11/05 04:19:56 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -80,7 +80,7 @@ case "$1" in *-sgi-irix6.*) ifconfig lo0 alias 10.53.0.$ns ;; - *-*-sysv5uw7*) + *-*-sysv5uw7*|*-*-sysv*UnixWare*|*-*-sysv*OpenUNIX*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; *-ibm-aix4.*) @@ -125,7 +125,7 @@ case "$1" in *-sgi-irix6.*) ifconfig lo0 -alias 10.53.0.$ns ;; - *-*-sysv5uw7*) + *-*-sysv5uw7*|*-*-sysv*UnixWare*|*-*-sysv*OpenUNIX*) ifconfig lo0 -alias 10.53.0.$ns ;; *-ibm-aix4.*)