Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 734950
Collapse All | Expand All

(-)a/init.d/udev (-2 / +1 lines)
Lines 19-25 get_udevd_binary() { Link Here
19
	local bins
19
	local bins
20
	bins="/sbin/udevd /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd"
20
	bins="/sbin/udevd /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd"
21
	for f in ${bins}; do
21
	for f in ${bins}; do
22
		if [ -x "$f" ] && [ ! -L "$f" ]; then
22
		if [ -x "$f" ]; then
23
			command="$f"
23
			command="$f"
24
		fi
24
		fi
25
	done
25
	done
26
- 

Return to bug 734950