summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-18 21:54:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-18 21:54:55 +0000
commitf102f9a29993a3935440ab9a06cf32bbdddcf529 (patch)
treef8211905d28c479e8d339e10a7fbba5312d6a410 /etc
parentdb4d987ffbdeac02649c4f7413800b51ce3360de (diff)
downloadpfsense-f102f9a29993a3935440ab9a06cf32bbdddcf529.zip
pfsense-f102f9a29993a3935440ab9a06cf32bbdddcf529.tar.gz
Add some debugging helpers
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 3d45d12..46c29bb 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -38,10 +38,17 @@
$g['booting'] = TRUE;
touch("{$g['varrun_path']}/booting");
+ echo "1";
+
/* parse the configuration and include all functions used below */
require_once("config.inc");
+
+ echo "2";
+
require_once("functions.inc");
+ echo "3";
+
echo "Loading configuration... ";
parse_config_bootup();
echo "done.\n";
OpenPOWER on IntegriCloud