1731. [port] darwin: relax version test in ifconfig.sh.

[RT #12581]

1730.   [port]          Determine the length type used by the socket API.
                        [RT #12581]
This commit is contained in:
Mark Andrews
2004-10-05 03:17:18 +00:00
parent 110fbe3a13
commit 43fe2897fc
6 changed files with 36 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: ifconfig.sh,v 1.48 2004/09/24 05:35:49 marka Exp $
# $Id: ifconfig.sh,v 1.49 2004/10/05 03:17:17 marka Exp $
#
# Set up interface aliases for bind9 system tests.
@@ -106,7 +106,7 @@ case "$1" in
*-sco3.2v*)
ifconfig lo0 alias 10.53.0.$ns
;;
*-darwin5*)
*-darwin*)
ifconfig lo0 alias 10.53.0.$ns
;;
*)
@@ -166,7 +166,7 @@ case "$1" in
*-sco3.2v*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*darwin5*)
*darwin*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*)