rc: keep bootup script style consistent

This commit is contained in:
Franco Fichtner 2015-07-21 21:27:45 +02:00
parent d123345570
commit 40c12aaca9

View File

@ -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");