summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-18 22:01:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-18 22:01:05 +0000
commit947b72306048c65bff9230cd4e06b76d3306cc79 (patch)
treef3f55d24c0e9486c1d065c9e534aaa63a14f6442 /etc
parentfa89413099e43d146c06eb23ad0162bad2509fe8 (diff)
downloadpfsense-947b72306048c65bff9230cd4e06b76d3306cc79.zip
pfsense-947b72306048c65bff9230cd4e06b76d3306cc79.tar.gz
Remove debugging helpers
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 46c29bb..ad929e6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -38,17 +38,11 @@
$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