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

Collapse All | Expand All

(-)/etc/init.d/xdm.orig (+9 lines)
Lines 101-106 Link Here
101
			PIDFILE=/var/run/lightdm.pid
101
			PIDFILE=/var/run/lightdm.pid
102
			START_STOP_ARGS="--background"
102
			START_STOP_ARGS="--background"
103
			;;
103
			;;
104
		nodm)
105
			EXE=/usr/sbin/nodm
106
			PIDFILE=/var/run/nodm.pid
107
			START_STOP_ARGS="--background --make-pidfile"
108
109
			source /etc/nodm.conf
110
			export NODM_USER NODM_FIRST_VT NODM_X_OPTIONS \
111
				NODM_MIN_SESSION_TIME NODM_XSESSION
112
			;;
104
		*)
113
		*)
105
			# first find out if there is such executable
114
			# first find out if there is such executable
106
			EXE="$(which ${MY_XDM} 2>/dev/null)"
115
			EXE="$(which ${MY_XDM} 2>/dev/null)"

Return to bug 327105