From a3c727fb0f0d0af87262df22917a2586e34479b1 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 24 Mar 2012 16:34:32 +0000 Subject: harddrake: cpufreq performance governor is no longer a module --- perl-install/NEWS | 3 +++ perl-install/cpufreq.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 326a99c21..7e173cb31 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- harddrake: + o cpufreq performance governor is no longer a module + Version 14.1 - 23 March 2012 - drakauth: diff --git a/perl-install/cpufreq.pm b/perl-install/cpufreq.pm index d11f2cd89..2c13c4865 100644 --- a/perl-install/cpufreq.pm +++ b/perl-install/cpufreq.pm @@ -166,7 +166,7 @@ sub find_driver() { $m && $m->[0]; } -my @governor_modules = map { "cpufreq_$_" } qw(performance powersave conservative ondemand); +my @governor_modules = map { "cpufreq_$_" } qw(powersave conservative ondemand); sub get_modules() { my $module; -- cgit v1.2.1