Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 00590844bdf3b54bd3b201930ffd5f0d > files > 22

mariadb-10.0.19-1.mga5.src.rpm

diff -Naurp mariadb-10.0.7/scripts/mysql_install_db.sh mariadb-10.0.7.oden/scripts/mysql_install_db.sh
--- mariadb-10.0.7/scripts/mysql_install_db.sh	2013-12-23 10:35:05.000000000 +0100
+++ mariadb-10.0.7.oden/scripts/mysql_install_db.sh	2014-02-04 16:39:10.355343494 +0100
@@ -473,9 +473,10 @@ 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"
+# Output disabled, since the RPM comes with an init script installed
+#  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 !"
@@ -498,10 +499,10 @@ then
   then
     echo
     echo "You can start the MariaDB daemon with:"
-    echo "cd '$basedir' ; $bindir/mysqld_safe --datadir='$ldata'"
+    echo "service mysqld 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-bench package"
+#    echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
   fi
 
   echo