| Summary: | sys-power/cpufrequtils - fix init.d script | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Hans Meine <hans_meine> |
| Component: | Current packages | Assignee: | Mobile Herd (OBSOLETE) <mobile+disabled> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 200018 *** |
I just installed cpufrequtils and looked at the provided init.d script. I might me missing something, but I think stop() should be fixed, it currently reads: stop() { checkconfig || return 1 affect_change "Disabling" "${GOVERNOR}" } Looking at affect_change, it seems to do the exact same thing as start(). Looking at check_config, the above should probably use ${RESTORED_GOVERNOR}?!