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

Collapse All | Expand All

(-)xdm.initd-9 (-3 / +8 lines)
Lines 36-41 Link Here
36
# aka Azarah
36
# aka Azarah
37
# 04 March 2002
37
# 04 March 2002
38
38
39
MY_XDM=$(echo "${DISPLAYMANAGER}" | tr '[:upper:]' '[:lower:]')
40
if [ ${MY_XDM} == gdm ] || [ ${MY_XDM} == gnome ]; then
41
	rc_cgroup_cleanup="yes";
42
fi
43
39
depend() {
44
depend() {
40
	need localmount xdm-setup
45
	need localmount xdm-setup
41
46
Lines 76-84 Link Here
76
			PIDFILE=/var/run/entrance.pid
81
			PIDFILE=/var/run/entrance.pid
77
			;;
82
			;;
78
		gdm|gnome)
83
		gdm|gnome)
79
			EXE=/usr/bin/gdm
84
			EXE=/usr/sbin/gdm
80
			[ "${RC_UNAME}" != "Linux" ] && NAME=gdm-binary
85
			PIDFILE=/var/run/gdm/gdm.pid
81
			PIDFILE=/var/run/gdm.pid
86
			START_STOP_ARGS="--background"
82
			;;
87
			;;
83
		wdm)
88
		wdm)
84
			EXE=/usr/bin/wdm
89
			EXE=/usr/bin/wdm

Return to bug 463784