Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71645 - 'ln -sf linux-<version> linux' should be changed to 'ln -sfn linux-<version> linux'
Summary: 'ln -sf linux-<version> linux' should be changed to 'ln -sfn linux-<version> ...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Xavier Neys (RETIRED)
URL: http://www.gentoo.org/doc/en/migratio...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 00:56 UTC by Toralf Förster
Modified: 2004-11-27 06:19 UTC (History)
1 user (show)

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 Toralf Förster gentoo-dev 2004-11-18 00:56:22 UTC
see http://bugs.gentoo.org/show_bug.cgi?id=71500


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-11-26 14:01:03 UTC
All handbooks use 

"""
rm /usr/src/linux
cd /usr/src
ln -s linux-${VERSION} linux
"""

and no "ln -sf"... A quick grep shows "ln -sf" being used for the localtime file.
Comment 2 Toralf Förster gentoo-dev 2004-11-27 06:01:46 UTC
In http://www.gentoo.org/doc/en/migration-to-2.6.xml#doc_chap3 :

# cd /usr/src
# ln -sf linux-2.6.9-gentoo-r2 linux
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2004-11-27 06:16:42 UTC
You're right
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2004-11-27 06:18:12 UTC
Ah, sorry, I saw "Handbook" as a component...
Comment 5 Xavier Neys (RETIRED) gentoo-dev 2004-11-27 06:19:39 UTC
Fixed in CVS. Thanks for reporting.