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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- udev-init-scripts-24/init.d/udev
0
++ udev-init-scripts-24/init.d/udev
Lines 102-107 Link Here
102
{
102
{
103
	get_bootparam "nocoldplug" && rc_coldplug="no"
103
	get_bootparam "nocoldplug" && rc_coldplug="no"
104
	if ! yesno $rc_coldplug; then
104
	if ! yesno $rc_coldplug; then
105
		udevadm trigger --attr-match=dev --action=add
105
		ewarn "Skipping udev coldplug sequence"
106
		ewarn "Skipping udev coldplug sequence"
106
		return 0
107
		return 0
107
	fi
108
	fi

Return to bug 461838