summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-25 20:55:17 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-25 20:55:17 -0400
commit410cdac44d3d78912af7bf2a40d619c292e39746 (patch)
tree81754cba8be556c9ee3c953d64b47d1d52bdc694 /etc/rc.bootup
parent568b1358908d446caeee9199091a22f7f6ef60ed (diff)
downloadpfsense-410cdac44d3d78912af7bf2a40d619c292e39746.zip
pfsense-410cdac44d3d78912af7bf2a40d619c292e39746.tar.gz
Set booting to true.. not TRUE
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ed8af91..2b59052 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -93,7 +93,7 @@ if (led_count() >= 3) {
echo ".";
/* let the other functions know we're booting */
$pkg_interface = 'console';
-$g['booting'] = TRUE;
+$g['booting'] = true;
touch("{$g['varrun_path']}/booting");
if($g['platform'] == "cdrom") {
$motd = trim(file_get_contents("/etc/motd"));
@@ -356,4 +356,5 @@ unlink("{$g['varrun_path']}/booting");
unset($g['booting']);
led_normalize();
-?>
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud