summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-09 19:29:27 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-09 19:29:27 -0400
commit032c40c72e6d2ed48f399dae8ce57e51156174ed (patch)
treee93fc833cb325e5de9d3e1b98b6c62ba5fb5824c /etc/rc.bootup
parentfb516dda98a132f55587efee6e93dde4008b7e32 (diff)
downloadpfsense-032c40c72e6d2ed48f399dae8ce57e51156174ed.zip
pfsense-032c40c72e6d2ed48f399dae8ce57e51156174ed.tar.gz
Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
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 a433568..6d4c3a5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -101,6 +101,8 @@ $g['booting'] = true;
/* parse the configuration and include all functions used below */
require_once("/etc/inc/config.inc");
echo ".";
+require_once("/etc/inc/config.console.inc");
+echo ".";
require_once("/etc/inc/auth.inc");
echo ".";
require_once("/etc/inc/functions.inc");
OpenPOWER on IntegriCloud