mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
rc: keep bootup script style consistent
This commit is contained in:
parent
d123345570
commit
40c12aaca9
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user