diff options
author | hery.ramilison@sun.com <> | 2010-02-17 18:39:28 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-02-17 18:39:28 +0100 |
commit | df555c117cb9415e6076c48c94189c421837f4b0 (patch) | |
tree | d01645546f43d09d740855b7d19ce0408aca1497 /scripts | |
parent | 3e699a7972d092136e0c33d5ce55781d1cd202f9 (diff) | |
download | mariadb-git-df555c117cb9415e6076c48c94189c421837f4b0.tar.gz |
configure.in
- Changes to the banner text
- Use older AC_PROG_LIBTOOL (Bug#51009)
scripts/mysql_install_db.sh
- Changes to banner text
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 20b7973cb4e..c5e4a1f1cba 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -410,8 +410,7 @@ else echo "Try 'mysqld --help' if you have problems with paths. Using --log" echo "gives you a log in $ldata that may be helpful." echo - echo "The latest information about MySQL is available on the web at" - echo "http://www.mysql.com/. Please consult the MySQL manual section" + echo "Please consult the MySQL manual section" echo "'Problems running mysql_install_db', and the manual section that" echo "describes problems on your OS. Another information source are the" echo "MySQL email archives available at http://lists.mysql.com/." @@ -470,9 +469,6 @@ then echo echo "Please report any problems with the $scriptdir/mysqlbug script!" echo - echo "The latest information about MySQL is available at http://www.mysql.com/" - echo "Support MySQL by buying support/licenses from http://shop.mysql.com/" - echo fi exit 0 |