diff options
author | kent@mysql.com <> | 2006-04-03 03:40:54 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-03 03:40:54 +0200 |
commit | 6ba1a85726ce538301ff2d5ac7dc46f9c011fafb (patch) | |
tree | 658072fd1d0a9b677e4f5def4d897f3cdfd26b9a | |
parent | 52db1e450a30e019b38026216d26342ddfe9dc46 (diff) | |
parent | e1d6c3198447d28320da177d1a6863974aa40a48 (diff) | |
download | mariadb-git-6ba1a85726ce538301ff2d5ac7dc46f9c011fafb.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-rw-r--r-- | Docs/MySQLEULA.txt | 2 | ||||
-rw-r--r-- | netware/mysql_install_db.c | 2 | ||||
-rw-r--r-- | scripts/mysql_install_db.sh | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Docs/MySQLEULA.txt b/Docs/MySQLEULA.txt index 71e630ec81f..f50c50298b1 100644 --- a/Docs/MySQLEULA.txt +++ b/Docs/MySQLEULA.txt @@ -63,7 +63,7 @@ Licensee. 4. Price and payment. No later than thirty (30) days after submission of the Order Form, Licensee shall remit one non-refundable license fee per Licensed Copy as posted on -http://order.mysql.com on the date Licensee submitted the Order Form (the +http://shop.mysql.com on the date Licensee submitted the Order Form (the "License Fee"). All payments shall be made in Euros or U.S. dollars. Licensee shall be responsible for paying all local, state, federal and international sales, value added, excise and other taxes and duties payable in connection diff --git a/netware/mysql_install_db.c b/netware/mysql_install_db.c index 355e18b819a..65ee7873e5c 100644 --- a/netware/mysql_install_db.c +++ b/netware/mysql_install_db.c @@ -423,7 +423,7 @@ int main(int argc, char **argv) printf("\nThe latest information about MySQL is available on the web at\n"); printf("\thttp://www.mysql.com\n"); - printf("\nSupport MySQL by buying support at https://order.mysql.com\n\n"); + printf("\nSupport MySQL by buying support at http://shop.mysql.com\n\n"); return 0; } diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 8dd95da11e3..5c2bca9a393 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -1,3 +1,4 @@ + #!/bin/sh # Copyright (C) 2002-2003 MySQL AB # For a more info consult the file COPYRIGHT distributed with this file. @@ -269,7 +270,7 @@ then echo echo "The latest information about MySQL is available on the web at" echo "http://www.mysql.com" - echo "Support MySQL by buying support/licenses at https://order.mysql.com" + echo "Support MySQL by buying support/licenses at http://shop.mysql.com" fi exit 0 else |