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

Collapse All | Expand All

(-)/usr/portage/sys-fs/lvm2/lvm2-2.02.99.ebuild (-1 / +11 lines)
Lines 42-48 Link Here
42
42
43
pkg_setup() {
43
pkg_setup() {
44
	local CONFIG_CHECK="~SYSVIPC"
44
	local CONFIG_CHECK="~SYSVIPC"
45
	use udev && local WARNING_SYSVIPC="CONFIG_SYSVIPC:\tis not set (required for udev sync)\n"
45
	if use udev; then
46
		local WARNING_SYSVIPC="CONFIG_SYSVIPC:\tis not set (required for udev sync)\n"
47
		if linux_config_exists; then
48
			local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH)
49
			if [ -n "${uevent_helper_path}" ] && [ "${uevent_helper_path}" != '""' ]; then
50
				ewarn "It's strongly recommended to set an empty value"
51
				ewarn "to the following kernel config option:"
52
				ewarn "CONFIG_UEVENT_HELPER_PATH=${uevent_helper_path}"
53
			fi
54
		fi
55
	fi
46
	check_extra_config
56
	check_extra_config
47
	# 1. Genkernel no longer copies /sbin/lvm blindly.
57
	# 1. Genkernel no longer copies /sbin/lvm blindly.
48
	if use static; then
58
	if use static; then

Return to bug 479756