diff options
author | Daniel Black <daniel@linux.vnet.ibm.com> | 2018-01-23 07:37:00 +1100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-01-23 15:03:30 +0400 |
commit | 9ee372736faf999e9c6189019ac3faa5063e7777 (patch) | |
tree | 9de5c9ffe6a83c06ec1c82e57cf7ada13263dece /scripts/mysql_install_db.sh | |
parent | c98906e4fe779430e1392d70ba71fb7ac41eb6ff (diff) | |
download | mariadb-git-9ee372736faf999e9c6189019ac3faa5063e7777.tar.gz |
mysql_install_db: correct hosting/source/maillist information
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index b437108d041..2c5f8d7082d 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -459,8 +459,8 @@ else echo "Try 'mysqld --help' if you have problems with paths. Using" echo "--general-log gives you a log in $ldata that may be helpful." link_to_help - echo "MariaDB is hosted on launchpad; You can find the latest source and" - echo "email lists at http://launchpad.net/maria" + echo "You can find the latest source at https://downloads.mariadb.org and" + echo "the maria-discuss email list at https://launchpad.net/~maria-discuss" echo echo "Please check all of the above before submitting a bug report" echo "at http://mariadb.org/jira" |