From 410cdac44d3d78912af7bf2a40d619c292e39746 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 25 Oct 2009 20:55:17 -0400 Subject: Set booting to true.. not TRUE --- etc/rc.bootup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/rc.bootup') 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 -- cgit v1.1