dev-db/mysql-init-scripts: Fix important typo and commit straight to stable
authorBrian Evans <grknight@gentoo.org>
Tue, 31 Oct 2017 16:09:03 +0000 (12:09 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 31 Oct 2017 16:09:03 +0000 (12:09 -0400)
boostrap_galera -> bootstrap_galera

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --force

dev-db/mysql-init-scripts/files/init.d-2.2
dev-db/mysql-init-scripts/files/init.d-s6-2.2
dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild [moved from dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r1.ebuild with 100% similarity]

index 124d2e993eb10f81008bb2dfee5efc21d20af7cb..f6ad52496e4e12798f1d03edc07de8c0dca72a26 100644 (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"
index 46980fab9c3788e492fa26361ff04e55d9d2e7b4..3fa54e949c91058f58faea0e86309c56b75ab996 100644 (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"