From c42073b2d42e47b805794a356a6728cff6523f4e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 12 Feb 2003 04:26:10 +0000 Subject: [PATCH] Back out 1.143 and 1.144. They are no longer needed now that we start devd later in the boot process. This should fix all the problems people have had with those commits. Diskless should be working again, and those that mount /usr with nfs should be able to do that again too. --- etc/network.subr | 6 ------ etc/rc.d/network1 | 6 ------ 2 files changed, 12 deletions(-) diff --git a/etc/network.subr b/etc/network.subr index fba88d1070c..4887042bdb3 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -146,12 +146,6 @@ network_start() dhcp_interfaces="" for ifn in ${network_interfaces}; do - _up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,` - if [ "$_up" != "" ]; then - # Interface is already up, so ignore it. - continue; - fi - if [ -r /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} eval showstat_$ifn=1 diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index fba88d1070c..4887042bdb3 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -146,12 +146,6 @@ network_start() dhcp_interfaces="" for ifn in ${network_interfaces}; do - _up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,` - if [ "$_up" != "" ]; then - # Interface is already up, so ignore it. - continue; - fi - if [ -r /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} eval showstat_$ifn=1