dev-db/mysql-init-scripts: Fix important typo and commit straight to stable

boostrap_galera -> bootstrap_galera

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --force
This commit is contained in:
Brian Evans
2017-10-31 12:09:03 -04:00
parent 523b4f6e2c
commit 460c2f8c53
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
extra_commands="checkconfig"
extra_stopped_commands="boostrap_galera"
extra_stopped_commands="bootstrap_galera"
description_checkconfig="Verify the server's configuration"
description_boostrap_galera="Start a new Galera cluster with this server as the initial node"

View File

@@ -38,7 +38,7 @@ bootstrap_galera() {
extra_commands="checkconfig"
extra_stopped_commands="boostrap_galera"
extra_stopped_commands="bootstrap_galera"
description_checkconfig="Verify the server's configuration"
description_boostrap_galera="Start a new Galera cluster with this server as the initial node"