From: Mark Andrews Date: Mon, 13 May 2002 04:18:07 +0000 (+0000) Subject: 1289. [port] Openserver: ifconfig.sh support. X-Git-Tag: v9.0.1^2~8368 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=57e0f58b3fd4cb49a57200c8af9cb58d984d871a;p=thirdparty%2Fbind9.git 1289. [port] Openserver: ifconfig.sh support. --- diff --git a/CHANGES b/CHANGES index cea286b590c..6c62cba8323 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1289. [port] Openserver: ifconfig.sh support. + 1288. [port] Openserver: the value FD_SETSIZE depends on whether is included or not. Be consistant. diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index f40be888ebe..625a5d338a4 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -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.38 2002/03/01 11:28:28 marka Exp $ +# $Id: ifconfig.sh,v 1.39 2002/05/13 04:18:07 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -92,6 +92,9 @@ case "$1" in hpux) ifconfig lo0:$ns 10.53.0.$ns up ;; + *-sco3.2v*) + ifconfig lo0 alias 10.53.0.$ns + ;; *) echo "Don't know how to set up interface. Giving up." exit 1 @@ -140,6 +143,9 @@ case "$1" in hpux) ifconfig lo0:$ns 10.53.0.$ns down ;; + *-sco3.2v*) + ifconfig lo0 -alias 10.53.0.$ns + ;; *) echo "Don't know how to destroy interface. Giving up." exit 1