summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 08:50:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 08:50:57 +0000
commite900059ce662082d12f4ac31c8e95c254e29a009 (patch)
treef0fae0f27519af49c6d88e74dd0a731ebfc14daf /etc/rc.bootup
parent96e23e3e0d31067826b093b9e8b705406a129b15 (diff)
downloadpfsense-e900059ce662082d12f4ac31c8e95c254e29a009.zip
pfsense-e900059ce662082d12f4ac31c8e95c254e29a009.tar.gz
Disable auto-configure menu
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0086bae..2d65c8c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -49,11 +49,11 @@
if($config['interfaces']['wan']['ipaddr'] <> "pppoe" && $config['interfaces']['wan']['ipaddr'] <> "pptp" && $do_assign == 0)
if(does_interface_exist($wan_if) == false) $do_assign = 1;
- if($do_assign == 1) {
- $noreboot = true;
- echo "\n\n\nInterface mismatch. Running interface assignment option.\n";
- set_networking_interfaces_ports();
- }
+ //if($do_assign == 1) {
+ // $noreboot = true;
+ // echo "\n\n\nInterface mismatch. Running interface assignment option.\n";
+ // set_networking_interfaces_ports();
+ //}
/* convert configuration, if necessary */
convert_config();
OpenPOWER on IntegriCloud