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

Collapse All | Expand All

(-)/usr/portage/x11-base/xorg-server/files/xdm.initd-10 (+5 lines)
Lines 106-111 Link Here
106
			PIDFILE=/run/lightdm.pid
106
			PIDFILE=/run/lightdm.pid
107
			START_STOP_ARGS="--background"
107
			START_STOP_ARGS="--background"
108
			;;
108
			;;
109
		sddm)
110
			EXE="/usr/bin/sddm"
111
			START_STOP_ARGS="-m --background"
112
			PIDFILE=/run/sddm.pid
113
			;;
109
		*)
114
		*)
110
			# first find out if there is such executable
115
			# first find out if there is such executable
111
			EXE="$(command -v ${MY_XDM} 2>/dev/null)"
116
			EXE="$(command -v ${MY_XDM} 2>/dev/null)"

Return to bug 498972