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.
This commit is contained in:
Warner Losh 2003-02-12 04:26:10 +00:00
parent 6d60ce9310
commit c42073b2d4
2 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -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