summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-16 01:45:05 +0000
committerColin Smith <colin@pfsense.org>2005-05-16 01:45:05 +0000
commitb6f3f5c606d5b0376cbe39ef2ce8c51aa22148f3 (patch)
treec2db7cb3e3d026b330ce047a3f788a0f33f072e3 /etc/rc.bootup
parent203c3cc158d9ff2c7de122318618e1196ab51d28 (diff)
downloadpfsense-b6f3f5c606d5b0376cbe39ef2ce8c51aa22148f3.zip
pfsense-b6f3f5c606d5b0376cbe39ef2ce8c51aa22148f3.tar.gz
Generate config cache, sweep backups, and run bootup-specific config parsing.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 5cc9500..e07dda6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -41,6 +41,8 @@
require_once("config.inc");
require_once("functions.inc");
+ parse_config_bootup();
+
$lan_if = $config['interfaces']['lan']['if'];
$wan_if = get_real_wan_interface();
OpenPOWER on IntegriCloud