diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-10-20 10:21:34 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-10-20 10:21:34 +0000 |
commit | 4101e4b65726dc606a30833379bf0484987b6425 (patch) | |
tree | fd70e8587093a4c4e9a8f565af0b810cbe8ab9f7 /sys-power/cpufreqd/files | |
parent | Fix jobs issue for now. Makeopts=-j1 :/ Per bug #287033. (diff) | |
download | historical-4101e4b65726dc606a30833379bf0484987b6425.tar.gz historical-4101e4b65726dc606a30833379bf0484987b6425.tar.bz2 historical-4101e4b65726dc606a30833379bf0484987b6425.zip |
be more descriptive as to what went wrong (bug #198113)
Package-Manager: portage-2.2_rc42/cvs/Linux i686
Diffstat (limited to 'sys-power/cpufreqd/files')
-rw-r--r-- | sys-power/cpufreqd/files/cpufreqd-init.d | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-power/cpufreqd/files/cpufreqd-init.d b/sys-power/cpufreqd/files/cpufreqd-init.d index 5917e5128d75..f60f27da42a7 100644 --- a/sys-power/cpufreqd/files/cpufreqd-init.d +++ b/sys-power/cpufreqd/files/cpufreqd-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/files/cpufreqd-init.d,v 1.1 2007/05/17 08:51:45 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/files/cpufreqd-init.d,v 1.2 2009/10/20 10:21:34 bangert Exp $ CONFIGFILE=/etc/cpufreqd.conf @@ -22,7 +22,8 @@ checkconfig() { [[ -e ${cpu}/cpufreq ]] && return 0 done eerror "cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ" - eerror "Make sure that the appropiate drivers for your CPU are available." + eerror "Make sure that the appropiate kernel drivers for your CPU are" + eerror "built-in or loaded." return 1 fi } |