Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334495 - Poor grammar in sys-power/cpufrequtils
Summary: Poor grammar in sys-power/cpufrequtils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Matt Turner
URL: http://dictionary.reference.com/brows...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 19:31 UTC by Michael Orlitzky
Modified: 2011-07-21 23:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for the first init file. (cpufrequtils-init.d-005-grammar.patch,668 bytes, patch)
2011-05-07 20:40 UTC, Michael Orlitzky
Details | Diff
Patch for the second init file. (cpufrequtils-init.d-006-grammar.patch,661 bytes, patch)
2011-05-07 20:40 UTC, Michael Orlitzky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2010-08-25 19:31:04 UTC
The init script for cpufrequtils (cpufrequtils-init.d-006) contains a function,

  affect_change() {
        local c ret=0 opts="$1"
        shift
        ...

While I appreciate the thought that went into naming it, I feel that -- for maximum comedic effect -- we should use the proper words: effect_change().
Comment 1 Michael Orlitzky gentoo-dev 2011-05-07 20:40:23 UTC
Created attachment 272431 [details, diff]
Patch for the first init file.
Comment 2 Michael Orlitzky gentoo-dev 2011-05-07 20:40:40 UTC
Created attachment 272433 [details, diff]
Patch for the second init file.
Comment 3 Matt Turner gentoo-dev 2011-07-21 19:51:11 UTC
Fixed the init file used by cpufrequtils-008.ebuild. Once it's stabilized, the others will be removed.
Comment 4 Michael Orlitzky gentoo-dev 2011-07-21 23:32:34 UTC
Thanks. This was officially my silliest bug.