1
1
#! /bin/sh
2
2
# Copyright (c) 2000, 2013, Oracle and/or its affiliates.
3
3
# Copyright (c) 2009, 2013, Monty Program Ab
4
- #
4
+ #
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
7
7
# the Free Software Foundation; version 2 of the License.
8
- #
8
+ #
9
9
# This program is distributed in the hope that it will be useful,
10
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
12
# GNU General Public License for more details.
13
- #
13
+ #
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA
@@ -76,7 +76,7 @@ Usage: $0 [OPTIONS]
76
76
--force Causes mysql_install_db to run even if DNS does not
77
77
work. In that case, grant table entries that
78
78
normally use hostnames will use IP addresses.
79
- --help Display this help and exit.
79
+ --help Display this help and exit.
80
80
--ldata=path The path to the MariaDB data directory. Same as
81
81
--datadir.
82
82
--no-defaults Don't read default options from any option file.
593
593
echo " the maria-discuss email list at https://launchpad.net/~maria-discuss"
594
594
echo
595
595
echo " Please check all of the above before submitting a bug report"
596
- echo " at http ://mariadb.org/jira"
596
+ echo " at https ://mariadb.org/jira"
597
597
echo
598
598
exit 1
599
599
fi
636
636
fi
637
637
638
638
echo
639
- echo " See the MariaDB Knowledgebase at http ://mariadb.com/kb or the"
639
+ echo " See the MariaDB Knowledgebase at https ://mariadb.com/kb or the"
640
640
echo " MySQL manual for more instructions."
641
641
642
642
if test " $in_rpm " -eq 0
@@ -650,11 +650,11 @@ then
650
650
fi
651
651
652
652
echo
653
- echo " Please report any problems at http ://mariadb.org/jira"
653
+ echo " Please report any problems at https ://mariadb.org/jira"
654
654
echo
655
- echo " The latest information about MariaDB is available at http ://mariadb.org/."
655
+ echo " The latest information about MariaDB is available at https ://mariadb.org/."
656
656
echo " You can find additional information about the MySQL part at:"
657
- echo " http ://dev.mysql.com"
657
+ echo " https ://dev.mysql.com"
658
658
echo " Consider joining MariaDB's strong and vibrant community:"
659
659
echo " https://mariadb.org/get-involved/"
660
660
echo
0 commit comments