/[packages]/cauldron/mariadb/current/SOURCES/mariadb-5.5-mysql_install_db-quiet.patch
ViewVC logotype

Contents of /cauldron/mariadb/current/SOURCES/mariadb-5.5-mysql_install_db-quiet.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 583355 - (show annotations) (download)
Wed Feb 5 14:19:22 2014 UTC (10 years, 1 month ago) by oden
File size: 1296 byte(s)
- add file changes as well

1 diff -Naurp mariadb-10.0.7/scripts/mysql_install_db.sh mariadb-10.0.7.oden/scripts/mysql_install_db.sh
2 --- mariadb-10.0.7/scripts/mysql_install_db.sh 2013-12-23 10:35:05.000000000 +0100
3 +++ mariadb-10.0.7.oden/scripts/mysql_install_db.sh 2014-02-04 16:39:10.355343494 +0100
4 @@ -473,9 +473,10 @@ fi
5 # the screen.
6 if test "$cross_bootstrap" -eq 0 && test -z "$srcdir"
7 then
8 - s_echo
9 - s_echo "To start mysqld at boot time you have to copy"
10 - s_echo "support-files/mysql.server to the right place for your system"
11 +# Output disabled, since the RPM comes with an init script installed
12 +# s_echo
13 +# s_echo "To start mysqld at boot time you have to copy"
14 +# s_echo "support-files/mysql.server to the right place for your system"
15
16 echo
17 echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
18 @@ -498,10 +499,10 @@ then
19 then
20 echo
21 echo "You can start the MariaDB daemon with:"
22 - echo "cd '$basedir' ; $bindir/mysqld_safe --datadir='$ldata'"
23 + echo "service mysqld start"
24 echo
25 - echo "You can test the MariaDB daemon with mysql-test-run.pl"
26 - echo "cd '$basedir/mysql-test' ; perl mysql-test-run.pl"
27 + echo "You can test the MariaDB daemon with mariadb-bench package"
28 +# echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
29 fi
30
31 echo

  ViewVC Help
Powered by ViewVC 1.1.30