summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2006-01-19 14:59:44 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2006-01-19 14:59:44 +0000
commitf4073beba02ae801dd87c3eaefdab201e7a4a43d (patch)
tree0e9ff0d0fdb88207e91f44916b504df0d56ec668 /sys-power/cpufreqd
parentVersion bump (diff)
downloadgentoo-2-f4073beba02ae801dd87c3eaefdab201e7a4a43d.tar.gz
gentoo-2-f4073beba02ae801dd87c3eaefdab201e7a4a43d.tar.bz2
gentoo-2-f4073beba02ae801dd87c3eaefdab201e7a4a43d.zip
Add warning message about missing plug-ins, thanks to Earthwings.
(Portage version: 2.0.53)
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r--sys-power/cpufreqd/ChangeLog5
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog
index dc3fd65eb030..3e18e07287a9 100644
--- a/sys-power/cpufreqd/ChangeLog
+++ b/sys-power/cpufreqd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/cpufreqd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.26 2006/01/19 12:17:37 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.27 2006/01/19 14:59:44 brix Exp $
+
+ 19 Jan 2006; Henrik Brix Andersen <brix@gentoo.org> cpufreqd-2.0.0.ebuild:
+ Add warning message about missing plug-ins, thanks to Earthwings.
19 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> cpufreqd-2.0.0.ebuild:
Stable on amd64.
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
index 62723a195fe3..f56081f5d96c 100644
--- a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.5 2006/01/19 12:17:37 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.6 2006/01/19 14:59:44 brix Exp $
inherit eutils
@@ -68,7 +68,9 @@ src_install() {
pkg_postinst() {
einfo
einfo "Significant changes have happened since the 1.x releases, including"
- einfo "changes in the configuration file format."
+ einfo "changes in the configuration file format. Most plugins are only available"
+ einfo "when USE flags are set accordingly. Check that if getting errors on startup"
+ einfo "and reemerge."
einfo
einfo "Make sure you update your /etc/cpufreqd.conf file before starting"
einfo "${PN}. You can use 'etc-update' to accomplish this:"