2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 08:35:31 +00:00

#838 7.1.1 -> 7.x.x

This commit is contained in:
Mark Andrews
2001-05-24 23:58:24 +00:00
parent 761a21dfab
commit 4fbd6a13a5
2 changed files with 4 additions and 4 deletions

View File

@@ -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. bin/tests/system/ifconfig.sh.
837. [cleanup] Multithreading is now enabled by default only on 837. [cleanup] Multithreading is now enabled by default only on

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # 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. # Set up interface aliases for bind9 system tests.
@@ -53,7 +53,7 @@ case "$1" in
*-unknown-freebsdelf4.*) *-unknown-freebsdelf4.*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;; ;;
*-UnixWare7.1.1*) *-UnixWare7*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;; ;;
*-unknown-netbsd*) *-unknown-netbsd*)
@@ -113,7 +113,7 @@ case "$1" in
*-sgi-irix6.*) *-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns ifconfig lo0 -alias 10.53.0.$ns
;; ;;
*-UnixWare7.1.1*) *-UnixWare7*)
ifconfig lo0 -alias 10.53.0.$ns ifconfig lo0 -alias 10.53.0.$ns
;; ;;
*-ibm-aix4.*) *-ibm-aix4.*)