summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-07-17 18:03:08 +0300
committerThomas Deutschmann <whissi@gentoo.org>2019-01-19 04:41:36 +0100
commitc578564dfb710c4dca794dd9fdcaf80794b2618d (patch)
treed3dbf3d57a5465970eef68d1adfc6b6da0c66006 /eclass/mysql-multilib-r1.eclass
parentnet-vpn/openconnect: addwrite /run/netns (diff)
downloadgentoo-c578564dfb710c4dca794dd9fdcaf80794b2618d.tar.gz
gentoo-c578564dfb710c4dca794dd9fdcaf80794b2618d.tar.bz2
gentoo-c578564dfb710c4dca794dd9fdcaf80794b2618d.zip
mysql-multilib-r1.eclass: fix galera postinst wording
Closes: https://github.com/gentoo/gentoo/pull/9262 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass/mysql-multilib-r1.eclass')
-rw-r--r--eclass/mysql-multilib-r1.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 8dbdca48b9d4..3fa4e11ac0fe 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