diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-14 16:40:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-14 16:40:49 +0000 |
commit | 71b853ab2d838ed2221a1acb91178a0dec3c9c36 (patch) | |
tree | d693f93b3fa069d18711d0e89495c41fe6f23023 /eclass | |
parent | Added serialized directory (diff) | |
download | historical-71b853ab2d838ed2221a1acb91178a0dec3c9c36.tar.gz historical-71b853ab2d838ed2221a1acb91178a0dec3c9c36.tar.bz2 historical-71b853ab2d838ed2221a1acb91178a0dec3c9c36.zip |
touchup kernel headers post install message #166850 by Arfrever Frehtes Taifersar Arahesis
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 29e51e677391..0a733e747616 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.201 2007/01/25 22:06:35 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.202 2007/02/14 16:40:49 vapier Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -666,11 +666,11 @@ postinst_sources() { } postinst_headers() { - einfo "Kernel headers are usually only used when recompiling glibc, as such, following the installation" - einfo "of newer headers, it is advised that you re-merge glibc as follows:" - einfo "emerge glibc" - einfo "Failure to do so will cause glibc to not make use of newer features present in the updated kernel" - einfo "headers." + einfo "Kernel headers are usually only used when recompiling your system libc, as" + einfo "such, following the installation of newer headers, it is advised that you" + einfo "re-merge your system libc." + einfo "Failure to do so will cause your system libc to not make use of newer" + einfo "features present in the updated kernel headers." } # pkg_setup functions |