Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 19 Jan 2019 03:41:48
Message-Id: 1547869296.c578564dfb710c4dca794dd9fdcaf80794b2618d.whissi@gentoo
1 commit: c578564dfb710c4dca794dd9fdcaf80794b2618d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 15:03:08 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 03:41:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c578564d
7
8 mysql-multilib-r1.eclass: fix galera postinst wording
9
10 Closes: https://github.com/gentoo/gentoo/pull/9262
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 eclass/mysql-multilib-r1.eclass | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
17 index 8dbdca48b9d..3fa4e11ac0f 100644
18 --- a/eclass/mysql-multilib-r1.eclass
19 +++ b/eclass/mysql-multilib-r1.eclass
20 @@ -721,9 +721,8 @@ mysql-multilib-r1_pkg_postinst() {
21 einfo
22 elog "Be sure to edit the my.cnf file to activate your cluster settings."
23 elog "This should be done after running \"emerge --config =${CATEGORY}/${PF}\""
24 - elog "The first time the cluster is activated, you should add"
25 - elog "--wsrep-new-cluster to the options in /etc/conf.d/mysql for one node."
26 - elog "This option should then be removed for subsequent starts."
27 + elog "The first time the galera cluster is activated, the database daemon"
28 + elog "should be run as \"/etc/init.d/mysql bootstrap_galera\" on the primary node."
29 einfo
30 fi
31 fi