From 35a680bf40f53e5b4d247de8d0f6247ebe4f81fb Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 8 Jun 2000 01:43:40 +0000 Subject: [PATCH] 5 hosts --- bin/tests/system/ifconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index ee94904419..cc24a32987 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -24,7 +24,7 @@ sys=`../../../config.guess` case "$1" in 'start') - for ns in 1 2 3 4 + for ns in 1 2 3 4 5 do case "$sys" in sparc-sun-solaris2.[6-8]) @@ -59,7 +59,7 @@ case "$1" in ;; 'stop') - for ns in 4 3 2 1 + for ns in 5 4 3 2 1 do case "$sys" in sparc-sun-solaris2.[6-8])