summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-25 22:43:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-25 22:43:08 +0000
commitafe53428c6780249a977a9c41bf8607c50a4c9dc (patch)
tree0a14499102ff1e0e05e0e261d5d7442a681733aa /etc/rc.bootup
parentb425d956eb43055c874cc52d606756f378777bf1 (diff)
downloadpfsense-afe53428c6780249a977a9c41bf8607c50a4c9dc.zip
pfsense-afe53428c6780249a977a9c41bf8607c50a4c9dc.tar.gz
* Move the set networking interfaces code into a function in config.inc. Call this function instead of requiring the rc.initial.setports file
* Alter rc.initial.setports to call the set_networking_interfaces_ports() function
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1504269..9285d0e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -50,7 +50,7 @@
if($do_assign == 1) {
$noreboot = true;
- require("/etc/rc.initial.setports");
+ set_networking_interfaces_ports();
}
/* convert configuration, if necessary */
OpenPOWER on IntegriCloud