From: Chris Gianelloni Date: Mon, 13 Nov 2006 19:54:06 +0000 (+0000) Subject: Added typo fix from Jason Pepas in bug #153516. This is... X-Git-Tag: v3.4.10.902~291 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3cbe67babf4788502e2cd83c19b7faee999bbe64;p=genkernel.git Added typo fix from Jason Pepas in bug #153516. This is 3.4.5. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@461 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index f75d22b..dd7731f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Nov 2006; Chris Gianelloni generic/linuxrc, + genkernel: + Added typo fix from Jason Pepas in bug #153516. + This is 3.4.5. + 13 Nov 2006; Chris Gianelloni alpha/busy-config, ia64/busy-config, mips/busy-config, parisc/busy-config, parisc64/busy-config, ppc/busy-config, ppc64/busy-config, diff --git a/generic/linuxrc b/generic/linuxrc index 1856595..e647b2e 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -653,7 +653,7 @@ cdupdate if [ "${SUBDIR}" != '' -a -e "${CHROOT}/${SUBDIR}" ] then - good_msg"Entering ${SUBDIR} to boot" + good_msg "Entering ${SUBDIR} to boot" CHROOT=${CHROOT}/${SUBDIR} fi diff --git a/genkernel b/genkernel index b7a229f..9796323 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # Genkernel v3 PATH="/bin:/usr/bin:/sbin:/usr/sbin" -GK_V='3.4.4' +GK_V='3.4.5' TMPDIR='/var/tmp/genkernel' TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$