diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-12 23:38:38 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-12 23:38:38 +0000 |
commit | 76b0b9af018a75d9d1a78ac79b61732f9c95f33b (patch) | |
tree | aa708987799ee8bc361478c07f0358117d303ed9 /sys-apps/microcode-ctl | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-76b0b9af018a75d9d1a78ac79b61732f9c95f33b.tar.gz gentoo-2-76b0b9af018a75d9d1a78ac79b61732f9c95f33b.tar.bz2 gentoo-2-76b0b9af018a75d9d1a78ac79b61732f9c95f33b.zip |
Added little reminder for users regarding 2.6x series kernels.
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/Manifest b/sys-apps/microcode-ctl/Manifest index 395a64642547..3e4c39d3d010 100644 --- a/sys-apps/microcode-ctl/Manifest +++ b/sys-apps/microcode-ctl/Manifest @@ -1,3 +1,3 @@ MD5 06e9f2f8f5b693ec13051278ebeacb40 ChangeLog 854 -MD5 c54e1b9d72e079d15a1b69495bdbc29a microcode-ctl-1.06.ebuild 1225 +MD5 24cc8366657833b1a41615dbba2ad9be microcode-ctl-1.06.ebuild 1369 MD5 4264b9b56f2c050a179656e4de363623 files/digest-microcode-ctl-1.06 148 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild index 2a7f8744d5a4..c5367974c40c 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild,v 1.2 2003/06/21 21:19:40 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.06.ebuild,v 1.3 2003/11/12 23:38:32 plasmaroo Exp $ MY_P=${PN/-/_}-${PV} S=${WORKDIR}/${MY_P} @@ -42,4 +41,7 @@ pkg_postinst() { einfo "The update will not survive a reboot. To have it do that run" einfo "" einfo "\trc-update add microcode_ctl default" + einfo "" + einfo "NOTE: For 2.6x series kernels, use the '-d' flag to specify a" + einfo " different microcode device: /dev/misc/microcode" } |