diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 17:50:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 17:50:05 +0000 |
commit | 5c60c9473051b6123ec6bdccca98bb98843a4d29 (patch) | |
tree | 0695fd715152805e27f2f577ec422f3966cf0f3a /etc/rc.bootup | |
parent | fea323accfe9605cc13bc92d22301da966a3ecfa (diff) | |
download | pfsense-5c60c9473051b6123ec6bdccca98bb98843a4d29.zip pfsense-5c60c9473051b6123ec6bdccca98bb98843a4d29.tar.gz |
Mark booting as done at the end of rc.bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
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; + ?> |