Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 363971 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- openrc-0.8.2/init.d/localmount.in
0
++ openrc-0.8.2/init.d/localmount.in
Lines 49-55 Link Here
49
	fi
49
	fi
50
50
51
	if [ "$RC_UNAME" = Linux ]; then
51
	if [ "$RC_UNAME" = Linux ]; then
52
		no_umounts_r="$no_umounts_r|/proc|/proc/.*|/sys|/sys/.*"
52
		no_umounts_r="$no_umounts_r|/proc|/proc/.*|/run|/sys|/sys/.*"
53
	fi
53
	fi
54
	no_umounts_r="^($no_umounts_r)$"
54
	no_umounts_r="^($no_umounts_r)$"
55
55

Return to bug 363971