diff options
author | Ermal LUÇI <eri@pfsense.org> | 2014-11-28 13:00:47 +0100 |
---|---|---|
committer | Ermal LUÇI <eri@pfsense.org> | 2014-11-28 13:00:47 +0100 |
commit | 359655af89428d3e0c72943686ecdea6986f6f60 (patch) | |
tree | 3995bb37826ad91d0dfe4d81643244d86c13b165 /etc | |
parent | 42982b22d1d2469874e3086ae7737e7f3413e6b0 (diff) | |
download | pfsense-359655af89428d3e0c72943686ecdea6986f6f60.zip pfsense-359655af89428d3e0c72943686ecdea6986f6f60.tar.gz |
Remove these booting settings since are useless
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 | ||||
-rwxr-xr-x | etc/rc.initial.firmware_update | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 557a03e..e0f3613 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -903,8 +903,6 @@ function reload_interfaces() { function reload_all_sync() { global $config, $g; - $g['booting'] = false; - /* parse config.xml again */ $config = parse_config(true); diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update index 4ae9adb..5c8a3e8 100755 --- a/etc/rc.initial.firmware_update +++ b/etc/rc.initial.firmware_update @@ -6,15 +6,11 @@ require("globals.inc"); require("config.inc"); require("functions.inc"); -$g['booting'] = true; - echo "Starting the {$g['product_name']} console firmware update system"; require("functions.inc"); echo "."; -$g['booting'] = false; - if(isset($config['system']['firmware']['alturl']['enable'])) $updater_url = "{$config['system']['firmware']['alturl']['firmwareurl']}"; else |