From 46c30b79f0cbbf63c92c3f1096137886f4541276 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 31 Jan 2000 20:36:13 +0000 Subject: revert --- sysconfig/network-scripts/ifup | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 8e37de6b..116a4e5f 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -31,6 +31,11 @@ fi source_config +if [ "foo$2" = "fooboot" -a "${ONBOOT}" = "no" -o "${ONBOOT}" = "NO" ] +then + exit +fi + IPSETUP=no DEVICETYPE=`echo $DEVICE | sed "s/[0-9]*$//"` @@ -50,12 +55,6 @@ if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then PUMP=true fi -if [ "$2" = "boot" -a "${ONBOOT}" = "no" -o "${ONBOOT}" = "NO" ]; then - # Probe module to preserve interface ordering. - /sbin/ifconfig ${REALDEVICE} >/dev/null 2>&1 - exit -fi - OTHERSCRIPT="/etc/sysconfig/network-scripts/ifup-${DEVICETYPE}" if [ -x $OTHERSCRIPT ]; then -- cgit v1.2.1