View | Details | Raw Unified
Collapse All | Expand All

(-) xdm-old (+2 lines)
 Lines 97-102    Link Here 
	for opt in $(cat /proc/cmdline) ; do
	for opt in $(cat /proc/cmdline) ; do
		[ "${opt}" = "${1}" ] && return 0
		[ "${opt}" = "${1}" ] && return 0
	done
	done
	return 1
}
}
start() {
start() {