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

(-)xdm.initd-3 (+5 lines)
Lines 95-100 Link Here
95
			PIDFILE=/var/run/lxdm.pid
95
			PIDFILE=/var/run/lxdm.pid
96
			START_STOP_ARGS="--background"
96
			START_STOP_ARGS="--background"
97
			;;
97
			;;
98
		lightdm)
99
			EXE=/usr/sbin/lightdm
100
			PIDFILE=/var/run/lightdm.pid
101
			START_STOP_ARGS="--background"
102
			;;
98
		*)
103
		*)
99
			# first find out if there is such executable
104
			# first find out if there is such executable
100
			EXE="$(which ${MY_XDM} 2>/dev/null)"
105
			EXE="$(which ${MY_XDM} 2>/dev/null)"

Return to bug 389039