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

Collapse All | Expand All

(-)laptop_mode (+3 lines)
Lines 22-27 Link Here
22
	checkconfig || return 1
22
	checkconfig || return 1
23
23
24
	ebegin "Starting laptop_mode"
24
	ebegin "Starting laptop_mode"
25
	# bug #342049 fix
26
	# check if dir exists and create if it doesn't
27
	[ ! -e /var/run/laptop-mode-tools ] && mkdir /var/run/laptop-mode-tools
25
	touch /var/run/laptop-mode-tools/enabled
28
	touch /var/run/laptop-mode-tools/enabled
26
	/usr/sbin/laptop_mode auto >/dev/null
29
	/usr/sbin/laptop_mode auto >/dev/null
27
	eend $?
30
	eend $?

Return to bug 342049