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

Collapse All | Expand All

(-)virtualbox-modules-3.0.12.ebuild.orig (-1 / +2 lines)
Lines 52-58 Link Here
52
	elog "be sure to load all the needed modules."
52
	elog "be sure to load all the needed modules."
53
	elog ""
53
	elog ""
54
	elog "Please add \"vboxdrv\", \"vboxnetflt\" and \"vboxnetadp\" to:"
54
	elog "Please add \"vboxdrv\", \"vboxnetflt\" and \"vboxnetadp\" to:"
55
	if has_version sys-apps/openrc; then
55
	# Check for OpenRC/Baselayout 2 -- see bug #230917
56
	if [ -f /lib/librc.so -o -f /etc/init.d/sysfs -o -f /lib/rc/version ]; then
56
		elog "/etc/conf.d/modules"
57
		elog "/etc/conf.d/modules"
57
	else
58
	else
58
		elog "/etc/modules.autoload.d/kernel-${KV_MAJOR}.${KV_MINOR}"
59
		elog "/etc/modules.autoload.d/kernel-${KV_MAJOR}.${KV_MINOR}"

Return to bug 265281