Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23339 - Warn about spelling of /etc/resolv.conf
Summary: Warn about spelling of /etc/resolv.conf
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 13:30 UTC by Donnie Berkholz (RETIRED)
Modified: 2003-06-24 05:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Donnie Berkholz (RETIRED) gentoo-dev 2003-06-23 13:30:46 UTC
Way too many people make this stupid mistake:
# cp /etc/resolv.conf /mnt/gentoo/etc/resolve.conf
They don't think about it and copy it to the place that's spelled correctly.
This is in code listing 8.3.

My suggested fixes --
1) Below this line, add:
<codenote>Make sure it's resolv.conf, not resolve.conf.</codenote>
2) Do the same in a warning below the code listing.
3) Change the line so it reads:
# cp /etc/resolv.conf /mnt/gentoo/etc/
That way it can't be spelled wrong.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-06-24 05:49:52 UTC
Although this is a good suggestion, we try and keep the install guide as concise as possible. We can try to give the best instructions that we can, but guarding against human error is near to impossible.