1498. [port] bsdos: 5.x support.

This commit is contained in:
Mark Andrews
2003-07-30 02:00:52 +00:00
parent e005dea325
commit 597e257fdf
7 changed files with 22 additions and 24 deletions

View 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.35.2.7 2003/07/22 04:03:38 marka Exp $
# $Id: ifconfig.sh,v 1.35.2.8 2003/07/30 01:55:50 marka Exp $
#
# Set up interface aliases for bind9 system tests.
@@ -67,7 +67,7 @@ case "$1" in
*-unknown-netbsd*)
ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
;;
*-pc-bsdi[3-4].*)
*-*-bsdi[3-5].*)
ifconfig lo0 add 10.53.0.$ns netmask 255.255.255.0
;;
*-dec-osf[4-5].*)
@@ -127,7 +127,7 @@ case "$1" in
*-unknown-netbsd*)
ifconfig lo0 10.53.0.$ns delete
;;
*-pc-bsdi[3-4].*)
*-*-bsdi[3-5].*)
ifconfig lo0 remove 10.53.0.$ns
;;
*-dec-osf[4-5].*)