From 27556fa97f93adfd75b6e9c884c8541939c28a42 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 24 Jun 2009 21:06:54 -0400 Subject: Unset $g['booting'] instead of setting it to false. --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.bootup') 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 -- cgit v1.1