9301fefeac
Copy from server:database/mariadb based on submit request 39217 from user -miska- OBS-URL: https://build.opensuse.org/request/show/39217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=1
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
Index: scripts/mysql_install_db.sh
|
|
===================================================================
|
|
--- scripts/mysql_install_db.sh.orig
|
|
+++ scripts/mysql_install_db.sh
|
|
@@ -456,9 +456,11 @@ fi
|
|
# the screen.
|
|
if test "$cross_bootstrap" -eq 0 && test -z "$srcdir"
|
|
then
|
|
- s_echo
|
|
- s_echo "To start mysqld at boot time you have to copy"
|
|
- s_echo "support-files/mysql.server to the right place for your system"
|
|
+# SuSE Installs init script ;-)
|
|
+#
|
|
+# s_echo
|
|
+# s_echo "To start mysqld at boot time you have to copy"
|
|
+# s_echo "support-files/mysql.server to the right place for your system"
|
|
|
|
echo
|
|
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
|
|
@@ -480,10 +482,10 @@ then
|
|
then
|
|
echo
|
|
echo "You can start the MariaDB daemon with:"
|
|
- echo "cd $basedir ; $bindir/mysqld_safe &"
|
|
+ echo "rcmysql start"
|
|
echo
|
|
- echo "You can test the MariaDB daemon with mysql-test-run.pl"
|
|
- echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
|
|
+ echo "You can test the MariaDB daemon with mariadb-test package"
|
|
+# echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
|
|
fi
|
|
|
|
echo
|