--- baselayout-1.12.5/sbin/rc 2006-09-14 06:11:34.000000000 -0400 +++ /sbin/rc 2006-09-21 21:40:01.000000000 -0400 @@ -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 clock checkroot modules ; do [[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue start_critical_service "${x}" done