consistently assume ifconfig is in path regardless of
platform and regardless of whether configuring interfaces up or down
This commit is contained in:
@@ -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.34 2001/06/14 14:08:51 gson Exp $
|
||||
# $Id: ifconfig.sh,v 1.35 2001/06/14 14:10:32 gson Exp $
|
||||
|
||||
#
|
||||
# Set up interface aliases for bind9 system tests.
|
||||
@@ -57,7 +57,7 @@ case "$1" in
|
||||
ifconfig lo0 add 10.53.0.$ns netmask 255.255.255.0
|
||||
;;
|
||||
*-dec-osf[4-5].*)
|
||||
/sbin/ifconfig lo0 alias 10.53.0.$ns
|
||||
ifconfig lo0 alias 10.53.0.$ns
|
||||
;;
|
||||
*-sgi-irix6.*)
|
||||
ifconfig lo0 alias 10.53.0.$ns
|
||||
|
||||
Reference in New Issue
Block a user