diff options
author | Francesco Riosa <vivo@gentoo.org> | 2005-10-20 08:17:44 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2005-10-20 08:17:44 +0000 |
commit | aa6c6c1e48bc7421e4d9f7070453459d60853929 (patch) | |
tree | 283108fb91c878710cc35b159cde74cc626330f4 /dev-db/mysql/mysql-4.1.14.ebuild | |
parent | Remove unneeded patch (#109870). (diff) | |
download | historical-aa6c6c1e48bc7421e4d9f7070453459d60853929.tar.gz historical-aa6c6c1e48bc7421e4d9f7070453459d60853929.tar.bz2 historical-aa6c6c1e48bc7421e4d9f7070453459d60853929.zip |
- changed upstream upgrade link, Andy Dustman bug #109301, c#10
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-db/mysql/mysql-4.1.14.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.14.ebuild b/dev-db/mysql/mysql-4.1.14.ebuild index a87c478c6956..d796cd13df76 100644 --- a/dev-db/mysql/mysql-4.1.14.ebuild +++ b/dev-db/mysql/mysql-4.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.13 2005/10/19 05:53:23 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.14 2005/10/20 08:17:44 vivo Exp $ inherit eutils gnuconfig flag-o-matic versionator @@ -47,7 +47,7 @@ mysql_upgrade_error() { ewarn "Some gentoo documentation on how to do it:" ewarn "http://www.gentoo.org/doc/en/mysql-upgrading.xml" ewarn "Also on the MySQL website:" - ewarn "http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html" + ewarn "http://dev.mysql.com/doc/refman/4.1/en/upgrading-from-4-0.html" ewarn "" ewarn "You can also choose to preview some new MySQL 4.1 behaviour" ewarn "adding a section \"[mysqld-4.0]\" followed by the word \"new\"" |