Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 59518

Summary: config-kernel typos
Product: Gentoo Linux Reporter: Adam Chodorowski <adam>
Component: [OLD] Core systemAssignee: Peter Johanson (RETIRED) <latexer>
Status: RESOLVED WONTFIX    
Severity: normal CC: tklauser
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fixed the typos specified (and some more)

Description Adam Chodorowski 2004-08-05 06:31:40 UTC
When running config-kernel --make-koutput, I noticed some typos in the output:

 * Running 'make mrproper to clean your kernel tree (This make take a while)
 * Copying your .config into /var/tmp/kernel/2.6.7-hardened-r4

First line:
missing closing ' after "mrproper"
"This make" -> "this may"

Second line:
"into" -> "to"


Reproducible: Always
Steps to Reproduce:
Comment 1 tklauser 2004-09-02 13:53:39 UTC
Created attachment 38774 [details, diff]
Patch to fixed the typos specified (and some more)

I attached a patch which fixes the adressed typos and some more I discovered
while looking at the source.
The version used was config-kernel-0.3.3, the most recent one. Dunno if it
needs to get fixed in other versions too. If so, let me know.
Comment 2 Dan 2004-11-06 19:43:11 UTC
I think 'into' is correct for the second one, as the config is not being placed at /var/tmp/kernel/2.6.7-hardened-r4, it is being placed inside that directory.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 17:13:52 UTC
No longer in portage, irrelevant bug.