commit: c578564dfb710c4dca794dd9fdcaf80794b2618d Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Tue Jul 17 15:03:08 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Jan 19 03:41:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c578564d
mysql-multilib-r1.eclass: fix galera postinst wording Closes: https://github.com/gentoo/gentoo/pull/9262 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> eclass/mysql-multilib-r1.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass index 8dbdca48b9d..3fa4e11ac0f 100644 --- a/eclass/mysql-multilib-r1.eclass +++ b/eclass/mysql-multilib-r1.eclass @@ -721,9 +721,8 @@ mysql-multilib-r1_pkg_postinst() { einfo elog "Be sure to edit the my.cnf file to activate your cluster settings." elog "This should be done after running \"emerge --config =${CATEGORY}/${PF}\"" - elog "The first time the cluster is activated, you should add" - elog "--wsrep-new-cluster to the options in /etc/conf.d/mysql for one node." - elog "This option should then be removed for subsequent starts." + elog "The first time the galera cluster is activated, the database daemon" + elog "should be run as \"/etc/init.d/mysql bootstrap_galera\" on the primary node." einfo fi fi
