]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1342. [port] darwin: ifconfig.sh now supports darwin.
authorMark Andrews <marka@isc.org>
Sat, 6 Jul 2002 21:54:44 +0000 (21:54 +0000)
committerMark Andrews <marka@isc.org>
Sat, 6 Jul 2002 21:54:44 +0000 (21:54 +0000)
CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index 8d8cc40d9f43e764e3162bfd7acfebc2a2e0126c..b4e2efb62b5ee44ee95ab74b45d6be7f5c3a6db5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1342.  [port]          darwin: ifconfig.sh now supports darwin.
+
 1341.  [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
 
 1342.  [bug]           dnssec-signzone usage message was misleading.
index 625a5d338a482ec0e44721f2d21e1a589b766705..e8adad2c2390dc459f0cedabe4f95d7272c3f951 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.39 2002/05/13 04:18:07 marka Exp $
+# $Id: ifconfig.sh,v 1.40 2002/07/06 21:54:44 marka Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
@@ -95,6 +95,9 @@ case "$1" in
                    *-sco3.2v*)
                        ifconfig lo0 alias 10.53.0.$ns
                        ;;
+                   *-darwin5*)
+                       ifconfig lo0 alias 10.53.0.$ns
+                       ;;
                    *)
                        echo "Don't know how to set up interface.  Giving up."
                        exit 1
@@ -146,6 +149,9 @@ case "$1" in
                    *-sco3.2v*)
                        ifconfig lo0 -alias 10.53.0.$ns
                        ;;
+                   *darwin5*)
+                       ifconfig lo0 -alias 10.53.0.$ns
+                       ;;
                    *)
                        echo "Don't know how to destroy interface.  Giving up."
                        exit 1