summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-05-11 11:03:03 -0400
committerjim-p <jimp@pfsense.org>2010-05-11 11:05:33 -0400
commit1f0f301c7688769f33f6f97906e03c4e9eda7d7a (patch)
treeed3787044eb00fec2b677fc1cfda45d5299da660 /etc/rc.bootup
parent24d5fc0aa332b86a81f520eeef6232bf5b5fe745 (diff)
downloadpfsense-1f0f301c7688769f33f6f97906e03c4e9eda7d7a.zip
pfsense-1f0f301c7688769f33f6f97906e03c4e9eda7d7a.tar.gz
Make /var/run/booting exist for more of the actual booting process. Ticket #53.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b96dfa4..65cc5dc 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -96,7 +96,6 @@ if (led_count() >= 3) {
/* let the other functions know we're booting */
$pkg_interface = 'console';
$g['booting'] = true;
-touch("{$g['varrun_path']}/booting");
/* parse the configuration and include all functions used below */
require_once("/etc/inc/config.inc");
@@ -367,7 +366,6 @@ upnp_start();
activate_powerd();
/* done */
-unlink("{$g['varrun_path']}/booting");
unset($g['booting']);
led_normalize();
OpenPOWER on IntegriCloud