summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 21:06:54 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 21:06:54 -0400
commit27556fa97f93adfd75b6e9c884c8541939c28a42 (patch)
tree31fa0c789875c6c4cf67a7819a53bcb8d838e8d5 /etc
parent4171fa680cbe9aedc55d5dc05d2d3b7e9b3cbc9c (diff)
downloadpfsense-27556fa97f93adfd75b6e9c884c8541939c28a42.zip
pfsense-27556fa97f93adfd75b6e9c884c8541939c28a42.tar.gz
Unset $g['booting'] instead of setting it to false.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index bf00a5c..067c4d5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -344,6 +344,6 @@ mwexec_bg("/usr/sbin/update_dns_cache.sh");
/* done */
unlink("{$g['varrun_path']}/booting");
-$g['booting'] = FALSE;
+unset($g['booting']);
?> \ No newline at end of file
OpenPOWER on IntegriCloud