2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]

This commit is contained in:
Mark Andrews
2001-11-05 04:19:56 +00:00
parent 29406d7aa3
commit 72499be79f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
1102. [doc] Note that query logging is enabled by directing the 1102. [doc] Note that query logging is enabled by directing the
queries category to a channel. queries category to a channel.

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.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. # Set up interface aliases for bind9 system tests.
@@ -80,7 +80,7 @@ case "$1" in
*-sgi-irix6.*) *-sgi-irix6.*)
ifconfig lo0 alias 10.53.0.$ns ifconfig lo0 alias 10.53.0.$ns
;; ;;
*-*-sysv5uw7*) *-*-sysv5uw7*|*-*-sysv*UnixWare*|*-*-sysv*OpenUNIX*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;; ;;
*-ibm-aix4.*) *-ibm-aix4.*)
@@ -125,7 +125,7 @@ case "$1" in
*-sgi-irix6.*) *-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns ifconfig lo0 -alias 10.53.0.$ns
;; ;;
*-*-sysv5uw7*) *-*-sysv5uw7*|*-*-sysv*UnixWare*|*-*-sysv*OpenUNIX*)
ifconfig lo0 -alias 10.53.0.$ns ifconfig lo0 -alias 10.53.0.$ns
;; ;;
*-ibm-aix4.*) *-ibm-aix4.*)