diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-07-06 22:18:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-07-06 22:18:20 +0000 |
commit | 4cb482975dee96ee49c66d16ed6165d2c65c1408 (patch) | |
tree | 84dc87f3f8db0d1cdea27cc1676c9fe232d016a4 /sys-boot | |
parent | Version bump. Lots of upstream bug fixes (diff) | |
download | gentoo-2-4cb482975dee96ee49c66d16ed6165d2c65c1408.tar.gz gentoo-2-4cb482975dee96ee49c66d16ed6165d2c65c1408.tar.bz2 gentoo-2-4cb482975dee96ee49c66d16ed6165d2c65c1408.zip |
Fix typo that got earn in the output.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r6.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 082256beb2a6..47b1e98b8361 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.96 2008/07/06 21:58:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.97 2008/07/06 22:18:20 robbat2 Exp $ + + 06 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r6.ebuild: + Fix typo that got earn in the output. 06 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r6.ebuild: Bug #230976, include some helpful text for upgrading the MBR copy. diff --git a/sys-boot/grub/grub-0.97-r6.ebuild b/sys-boot/grub/grub-0.97-r6.ebuild index 5f2fee2412bf..7d5aac84b95f 100644 --- a/sys-boot/grub/grub-0.97-r6.ebuild +++ b/sys-boot/grub/grub-0.97-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.5 2008/07/06 21:58:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.6 2008/07/06 22:18:20 robbat2 Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -183,8 +183,7 @@ setup_boot_dir() { ewarn "later stages will be the new version, which could" ewarn "cause problems such as an unbootable system." ewarn "This means you must use either grub-install or perform" - ewarn "root/setup ewarn manually! For more help, see the " - ewarn "handbook:" + ewarn "root/setup manually! For more help, see the handbook:" ewarn "http://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" ebeep fi |