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 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
		nodm)
99
			EXE=/usr/sbin/nodm
100
			PIDFILE=/var/run/nodm.pid
101
			START_STOP_ARGS="--background --make-pidfile"
102
103
			source /etc/nodm.conf
104
			export NODM_USER NODM_FIRST_VT NODM_X_OPTIONS \
105
				NODM_MIN_SESSION_TIME NODM_XSESSION NODM_XINIT
106
			;;
98
		*)
107
		*)
99
			# first find out if there is such executable
108
			# first find out if there is such executable
100
			EXE="$(which ${MY_XDM} 2>/dev/null)"
109
			EXE="$(which ${MY_XDM} 2>/dev/null)"

Return to bug 327105