summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-12 04:26:10 +0000
committerimp <imp@FreeBSD.org>2003-02-12 04:26:10 +0000
commitb735f32b59cded34eda315b7eb7d797a79302fcb (patch)
tree80bc8afa7c29f87bb31a074db1529198fab8e44c /etc
parent65ef87b1e1e631d97d067f927abe576b123cb174 (diff)
downloadFreeBSD-src-b735f32b59cded34eda315b7eb7d797a79302fcb.zip
FreeBSD-src-b735f32b59cded34eda315b7eb7d797a79302fcb.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr6
-rw-r--r--etc/rc.d/network16
2 files changed, 0 insertions, 12 deletions
diff --git a/etc/network.subr b/etc/network.subr
index fba88d1..4887042 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 fba88d1..4887042 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
OpenPOWER on IntegriCloud