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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- udev-init-scripts-28/init.d/udev-trigger
0
++ udev-init-scripts-28/init.d/udev-trigger
Lines 38-44 Link Here
38
38
39
start_post()
39
start_post()
40
{
40
{
41
	if yesno "${udev_monitor}:-no}"; then
41
	if yesno "${udev_monitor:-no}"; then
42
		if yesno "${udev_monitor_keep_running:-no}"; then
42
		if yesno "${udev_monitor_keep_running:-no}"; then
43
			ewarn "udevmonitor is still writing into ${udevmonitor_log}"
43
			ewarn "udevmonitor is still writing into ${udevmonitor_log}"
44
		else
44
		else
Lines 46-52 Link Here
46
			start-stop-daemon --stop --pidfile "${udevmonitor_pid}" \
46
			start-stop-daemon --stop --pidfile "${udevmonitor_pid}" \
47
				--exec /bin/udevadm
47
				--exec /bin/udevadm
48
		fi
48
		fi
49
		fi
49
	fi
50
		display_hotplugged_services
50
		display_hotplugged_services
51
}
51
}
52
52

Return to bug 551644