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:
2
CHANGES
2
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
|
1102. [doc] Note that query logging is enabled by directing the
|
||||||
queries category to a channel.
|
queries category to a channel.
|
||||||
|
|
||||||
|
@@ -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.*)
|
||||||
|
Reference in New Issue
Block a user