Package: cpufrequtils
Version: 002-5
Severity: wishlist

This package uses this two boot scripts:
/etc/init.d/cpufrequtils
/etc/init.d/loadcpufreq

Reading their contents, i've learned that they can use these two configuration files:
/etc/default/cpufrequtils
/etc/default/loadcpufreq

I've noted that these two config files don't get created under /etc/default/. I understand for the loadcpufreq one, since there won't be much to configure. But i think that /etc/default/cpufrequtils should be created and should contain the default value used by its init.d script and that now are hardcoded inside it.

In other word, why don't move this code (corresponding to the cpufrequtils.sample in /usr/share/doc/) from /etc/init.d/cpufrequtils to /etc/default/cpufrequtils?
---------------------------------------------------------
# Which governor to use. Must be one of the governors listed in:
#   cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
#
# and which limits to set. Both MIN_SPEED and MAX_SPEED must be values
# listed in:
#   cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
# a value of 0 for any of the two variables will disabling the use of
# that limit variable.
#
# WARNING: the correct kernel module must already be loaded or compiled in.
#
# Set ENABLE to "true" to let the script run at boot time.
#
# eg:   ENABLE="true"
#   GOVERNOR="ondemand"
#   MAX_SPEED=1000
#   MIN_SPEED=500

ENABLE="true"
GOVERNOR="ondemand"
MAX_SPEED="0"
MIN_SPEED="0"
---------------------------------------------------------

Regards.

Cesare.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to