diff options
author | unknown <kent@mysql.com> | 2006-04-03 03:52:22 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-04-03 03:52:22 +0200 |
commit | b5ca723613666bc6472de8d02e50fee7ea7785ef (patch) | |
tree | 0cbe6eaaac5049e2c7208a28018afdfa218acf81 /scripts | |
parent | a6871e271314f714021dd3942614cb62e1999010 (diff) | |
parent | 2574445ef11585ca17a9f904ec2e818c9e9c8c50 (diff) | |
download | mariadb-git-b5ca723613666bc6472de8d02e50fee7ea7785ef.tar.gz |
Merge
scripts/mysql_install_db.sh:
Auto merged
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 33db1eae82a..c05fda745b0 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 |