diff --git a/CHANGES b/CHANGES index 8d8cc40d9f..b4e2efb62b 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 625a5d338a..e8adad2c23 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