From 5c60c9473051b6123ec6bdccca98bb98843a4d29 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 10 Mar 2005 17:50:05 +0000 Subject: Mark booting as done at the end of rc.bootup --- etc/rc.bootup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') 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; + ?> -- cgit v1.1