summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-10 17:50:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-10 17:50:05 +0000
commit5c60c9473051b6123ec6bdccca98bb98843a4d29 (patch)
tree0695fd715152805e27f2f577ec422f3966cf0f3a /etc
parentfea323accfe9605cc13bc92d22301da966a3ecfa (diff)
downloadpfsense-5c60c9473051b6123ec6bdccca98bb98843a4d29.zip
pfsense-5c60c9473051b6123ec6bdccca98bb98843a4d29.tar.gz
Mark booting as done at the end of rc.bootup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d242f96..0258f7c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -168,4 +168,6 @@
/* done */
unlink("{$g['varrun_path']}/booting");
+ $g['booting'] = FALSE;
+
?>
OpenPOWER on IntegriCloud