diff options
author | 2002-12-16 03:35:12 +0000 | |
---|---|---|
committer | 2002-12-16 03:35:12 +0000 | |
commit | 2d2a45f2731033776bdbce3c86153f34567597f9 (patch) | |
tree | c6cd5eed74dccf469222359429e09ee01d7df571 /sys-kernel | |
parent | get it to work with multi spec gcc versions (currently gcc-3.2.1-r5 ..) (diff) | |
download | historical-2d2a45f2731033776bdbce3c86153f34567597f9.tar.gz historical-2d2a45f2731033776bdbce3c86153f34567597f9.tar.bz2 historical-2d2a45f2731033776bdbce3c86153f34567597f9.zip |
add more einfo
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild b/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild index 0c812b03b349..cf79be9c03f6 100644 --- a/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild +++ b/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild,v 1.2 2002/12/09 04:37:28 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/lolo-sources/lolo-sources-2.4.20.1_pre4.ebuild,v 1.3 2002/12/16 03:35:12 lostlogic Exp $ IUSE="build" @@ -51,4 +51,7 @@ pkg_postinst() { einfo "by assigning bugs on bugs.gentoo.org to" einfo "lostlogic@gentoo.org" einfo "Known issues: ext3 data=journalled mode doesn't work" + einfo "I've had reports of massive ext2 corruption on this" + einfo "kernel. Be warned." + } |