From: Mark Andrews Date: Sat, 6 Jul 2002 21:54:44 +0000 (+0000) Subject: 1342. [port] darwin: ifconfig.sh now supports darwin. X-Git-Tag: v9.2.3rc1~104^2~497 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5af560664daaa984f98cec6925518a3e06c4ab4f;p=thirdparty%2Fbind9.git 1342. [port] darwin: ifconfig.sh now supports darwin. --- diff --git a/CHANGES b/CHANGES index 8d8cc40d9f4..b4e2efb62b5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1342. [port] darwin: ifconfig.sh now supports darwin. + 1341. [port] linux: Slackware 4.0 needs . [RT #3205] 1342. [bug] dnssec-signzone usage message was misleading. diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 625a5d338a4..e8adad2c239 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.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