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

(-)/sbin/rc (-1 / +12 lines)
Lines 125-131 Link Here
125
			CRITICAL_SERVICES="${CRITICAL_SERVICES} ${x##*/}"
125
			CRITICAL_SERVICES="${CRITICAL_SERVICES} ${x##*/}"
126
		done
126
		done
127
	else
127
	else
128
		CRITICAL_SERVICES="checkroot hostname modules checkfs localmount clock bootmisc"
128
		CRITICAL_SERVICES="checkroot hostname modules checkfs localmount clock bootmisc"
129
	fi
130
131
	if [ "${SOFTLEVEL}" != "boot" ]
132
	then
133
	        for x in autofs amd nfsmount netmount
134
		do	
135
			if [ -e "/etc/runlevels/${DEFAULTLEVEL}/$x" ]
136
		        then
137
				CRITICAL_SERVICES="${CRITICAL_SERVICES} $x"
138
			fi
139
    		done
129
	fi
140
	fi
130
141
131
	export CRITICAL_SERVICES
142
	export CRITICAL_SERVICES

Return to bug 97210