diff --git a/etc/rc.start_packages b/etc/rc.start_packages index 57de379200..3d30587718 100755 --- a/etc/rc.start_packages +++ b/etc/rc.start_packages @@ -41,10 +41,6 @@ require_once("service-utils.inc"); log_error("Restarting/Starting all packages."); setup_library_paths(); -/* Detect if we are booting */ -if (file_exists("{$g['varrun_path']}/booting")) - $g['booting'] = true; - $rcfiles = glob(RCFILEPREFIX . "*.sh"); if (!$rcfiles) $rcfiles = array(); @@ -76,7 +72,4 @@ if ($shell) { pclose($shell); } -/* done */ -unset($g['booting']); - ?>