From e2d4fb9de77b0e2f2dab503b58491ffb2fd04c36 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Mar 2005 21:08:09 +0000 Subject: ipv6 cleanups () --- sysconfig/network-scripts/ifup | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index fc4d9a32..57163f09 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -119,15 +119,6 @@ if [ -x /sbin/vconfig -a "${VLAN}" = "yes" ]; then fi fi -# Old BOOTP variable -if [ "${BOOTP}" = "yes" ]; then - BOOTPROTO=bootp -fi - -if [ "${BOOTPROTO}" = "bootp" -o "${BOOTPROTO}" = "dhcp" ]; then - DYNCONFIG=true -fi - if [ -x /sbin/ifup-pre-local ]; then /sbin/ifup-pre-local ${CONFIG} $2 fi -- cgit