]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1289. [port] Openserver: ifconfig.sh support.
authorMark Andrews <marka@isc.org>
Mon, 13 May 2002 04:18:07 +0000 (04:18 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 May 2002 04:18:07 +0000 (04:18 +0000)
CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index cea286b590c837f2fa8abd1dfbd18fc90108ab73..6c62cba8323cdfadf8d2b1a6d15340fa7ca993c9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1289.  [port]          Openserver: ifconfig.sh support.
+
 1288.  [port]          Openserver: the value FD_SETSIZE depends on whether
                        <sys/param.h> is included or not.  Be consistant.
 
index f40be888ebe058bdc2de8a66a0fc0a0914e94f2e..625a5d338a482ec0e44721f2d21e1a589b766705 100644 (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.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