Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216720
Collapse All | Expand All

(-)rc.orig (-2 / +2 lines)
Lines 436-442 Link Here
436
436
437
	# Start checkroot and modules before we load volumes
437
	# Start checkroot and modules before we load volumes
438
	export START_CRITICAL="yes"
438
	export START_CRITICAL="yes"
439
	for x in checkroot modules ; do
439
	for x in checkroot hprofile modules ; do
440
		[[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue
440
		[[ " ${CRITICAL_SERVICES} " != *" ${x} "* ]] && continue
441
		start_critical_service "${x}"
441
		start_critical_service "${x}"
442
	done
442
	done
Lines 449-455 Link Here
449
	# We do not want to break compatibility, so we do not fully integrate
449
	# We do not want to break compatibility, so we do not fully integrate
450
	# these into /sbin/rc, but rather start them by hand ...
450
	# these into /sbin/rc, but rather start them by hand ...
451
	for x in ${CRITICAL_SERVICES} ; do
451
	for x in ${CRITICAL_SERVICES} ; do
452
		[[ ${x} == "checkroot" || ${x} == "modules" ]] && continue
452
		[[ ${x} == "checkroot" || ${x} == "hprofile" || ${x} == "modules" ]] && continue
453
		start_critical_service "${x}"
453
		start_critical_service "${x}"
454
	done
454
	done
455
455

Return to bug 216720