summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-10 18:43:01 +0000
committerErmal <eri@pfsense.org>2010-11-10 18:43:01 +0000
commit7f8d463f112558978a0c6f5ea57b071c7e4741a2 (patch)
tree4757ba41091295e4892d86eb73a14f2b7a6ddc4f /etc/rc
parente9d7afeb4ee833c506f7a9d73639de7367408623 (diff)
downloadpfsense-7f8d463f112558978a0c6f5ea57b071c7e4741a2.zip
pfsense-7f8d463f112558978a0c6f5ea57b071c7e4741a2.tar.gz
Bring interfaces up only if there is a mismatch to allow them to be reassigned.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index c4c1df3..ab1b460 100755
--- a/etc/rc
+++ b/etc/rc
@@ -349,9 +349,6 @@ echo -n "Launching the init system..."
/bin/rm -f /cf/conf/backup/backup.cache
/bin/rm -f /root/lighttpd*
/usr/bin/touch $varrunpath/booting
-for iface in `/sbin/ifconfig -l`; do
- /sbin/ifconfig $iface up
-done
/etc/rc.bootup
# If a shell was selected from recovery
OpenPOWER on IntegriCloud