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:
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user