/[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 166284 - (show annotations) (download)
Thu Nov 10 21:04:54 2011 UTC (12 years, 5 months ago) by alien
File size: 1155 byte(s)
imported package mariadb
1 --- 5.5_orig/scripts/mysql_install_db.sh 2011-11-01 16:20:49.000000000 +0100
2 +++ 5.5/scripts/mysql_install_db.sh 2011-11-05 14:03:44.131547418 +0100
3 @@ -461,9 +461,10 @@
4 # the screen.
5 if test "$cross_bootstrap" -eq 0 && test -z "$srcdir"
6 then
7 - s_echo
8 - s_echo "To start mysqld at boot time you have to copy"
9 - s_echo "support-files/mysql.server to the right place for your system"
10 +# Output disabled, since the RPM comes with an init script installed
11 +# s_echo
12 +# s_echo "To start mysqld at boot time you have to copy"
13 +# s_echo "support-files/mysql.server to the right place for your system"
14
15 echo
16 echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
17 @@ -485,10 +486,10 @@
18 then
19 echo
20 echo "You can start the MariaDB daemon with:"
21 - echo "cd $basedir ; $bindir/mysqld_safe --datadir=$ldata"
22 + echo "service mysqld start"
23 echo
24 - echo "You can test the MariaDB daemon with mysql-test-run.pl"
25 - echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
26 + echo "You can test the MariaDB daemon with mysql-bench package"
27 +# echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
28 fi
29
30 echo

  ViewVC Help
Powered by ViewVC 1.1.30