--- rc.orig 2008-01-18 02:29:04.000000000 +0100 +++ rc 2008-04-05 00:01:19.000000000 +0200 @@ -436,7 +436,7 @@ # Start checkroot and modules before we load volumes export START_CRITICAL="yes" - for x in checkroot modules ; do + for x in checkroot hprofile modules ; do [[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue start_critical_service "${x}" done @@ -449,7 +449,7 @@ # We do not want to break compatibility, so we do not fully integrate # these into /sbin/rc, but rather start them by hand ... for x in ${CRITICAL_SERVICES} ; do - [[ ${x} == "checkroot" || ${x} == "modules" ]] && continue + [[ ${x} == "checkroot" || ${x} == "hprofile" || ${x} == "modules" ]] && continue start_critical_service "${x}" done