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

Collapse All | Expand All

(-)/usr/sbin/laptop_mode.orig (-10 lines)
Lines 493-508 Link Here
493
			}
493
			}
494
)"
494
)"
495
495
496
case "$KLEVEL" in
497
	"2.4" ) ;;
498
	"2.6" ) ;;
499
	"3.0" ) ;;
500
	*)
501
		log "ERR" "Unhandled kernel version: $KLEVEL ('uname -r' = '$(uname -r)')" >&2
502
		exit 1
503
		;;
504
esac
505
506
# Stop exporting everything -- what we do from here is private.
496
# Stop exporting everything -- what we do from here is private.
507
set +a
497
set +a
508
498

Return to bug 388545