mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user