Commit 40c12aac authored by Franco Fichtner's avatar Franco Fichtner

rc: keep bootup script style consistent

parent d1233455
......@@ -110,9 +110,6 @@ if (led_count() >= 3) {
led_kitt();
}
/* let the other functions know we're booting */
$pkg_interface = 'console';
/* parse the configuration and include all functions used below */
require_once("config.inc");
echo ".";
......@@ -121,10 +118,15 @@ echo ".";
require_once("auth.inc");
echo ".";
require_once("util.inc");
echo ".";
require_once("interfaces.inc");
echo ".";
require_once("services.inc");
echo ".";
require_once("pfsense-utils.inc");
echo ".";
require_once("system.inc");
echo ".";
require_once("vslb.inc");
echo ".";
require_once("filter.inc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment