summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-09-21 18:10:07 +0000
committerSimon Stelling <blubb@gentoo.org>2005-09-21 18:10:07 +0000
commit648eb12f78d278064e86a2834c20aa6b56ba1b27 (patch)
treedf4f9ccc127cbae4e16efe5f8ab61b1254d1808d /profiles
parentmysql_upgrade_warning() updated with hint on innodb logs (diff)
downloadhistorical-648eb12f78d278064e86a2834c20aa6b56ba1b27.tar.gz
historical-648eb12f78d278064e86a2834c20aa6b56ba1b27.tar.bz2
historical-648eb12f78d278064e86a2834c20aa6b56ba1b27.zip
update link to the upgrade guide
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/2005.0/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2005.0/profile.bashrc b/profiles/default-linux/amd64/2005.0/profile.bashrc
index d4766a72c3c8..e3013d63c59a 100644
--- a/profiles/default-linux/amd64/2005.0/profile.bashrc
+++ b/profiles/default-linux/amd64/2005.0/profile.bashrc
@@ -17,6 +17,6 @@ export CFLAGS_x86
if [ -L /lib32 -o -L /usr/lib32 ] && [ ${PORTAGE_CALLER} != "repoman" ] ; then
eerror "It appears you have switched to the 2005.0 profile without following"
eerror "the upgrade guide. Please see the following URL for more information:"
- eerror "http://www.gentoo.org/proj/en/base/amd64/2005.0-upgrade-amd64.xml"
+ eerror "http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=1"
exit 1
fi