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

(-)net.lo.orig (-3 / +2 lines)
Lines 18-31 Link Here
18
	local IFACE=${RC_SVCNAME#*.}
18
	local IFACE=${RC_SVCNAME#*.}
19
	local IFVAR=$(shell_var "${IFACE}")
19
	local IFVAR=$(shell_var "${IFACE}")
20
20
21
	need localmount
22
	after bootmisc
21
	after bootmisc
23
	provide net
22
	provide net
24
	keyword -jail -prefix -vserver
23
	keyword -jail -prefix -vserver
25
24
26
	case "${IFACE}" in
25
	case "${IFACE}" in
27
		lo|lo0);;
26
		lo|lo0) need root ;;
28
		*) after net.lo net.lo0;;
27
		*) after net.lo net.lo0 ; need localmount ;;
29
	esac
28
	esac
30
29
31
	if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then
30
	if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then

Return to bug 292894