Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/
Date: Sun, 14 Oct 2018 01:27:49
Message-Id: 1539480436.1b070001f29bb4abec410c91539c570464328437.whissi@gentoo
1 commit: 1b070001f29bb4abec410c91539c570464328437
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 2 12:42:11 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 01:27:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b070001
7
8 dev-db/mariadb: fix typos
9
10 Signed-off-by: Francesco Turco <fturco <AT> fastmail.fm>
11 Closes: https://github.com/gentoo/gentoo/pull/10043
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-db/mariadb/mariadb-10.2.17.ebuild | 2 +-
15 dev-db/mariadb/mariadb-10.3.8.ebuild | 2 +-
16 dev-db/mariadb/mariadb-10.3.9.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-db/mariadb/mariadb-10.2.17.ebuild b/dev-db/mariadb/mariadb-10.2.17.ebuild
20 index 774277f87d3..cb2ac87542d 100644
21 --- a/dev-db/mariadb/mariadb-10.2.17.ebuild
22 +++ b/dev-db/mariadb/mariadb-10.2.17.ebuild
23 @@ -247,7 +247,7 @@ pkg_postinst() {
24 elog "Please backup any changes you made to /etc/mysql/my.cnf"
25 elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension."
26 elog "You may have as many files as needed and they are read alphabetically."
27 - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]."
28 + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]."
29 einfo
30 }
31
32
33 diff --git a/dev-db/mariadb/mariadb-10.3.8.ebuild b/dev-db/mariadb/mariadb-10.3.8.ebuild
34 index f54bef478b0..1a952db960e 100644
35 --- a/dev-db/mariadb/mariadb-10.3.8.ebuild
36 +++ b/dev-db/mariadb/mariadb-10.3.8.ebuild
37 @@ -238,7 +238,7 @@ pkg_postinst() {
38 elog "Please backup any changes you made to /etc/mysql/my.cnf"
39 elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension."
40 elog "You may have as many files as needed and they are read alphabetically."
41 - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]."
42 + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]."
43 einfo
44 }
45
46
47 diff --git a/dev-db/mariadb/mariadb-10.3.9.ebuild b/dev-db/mariadb/mariadb-10.3.9.ebuild
48 index d8976720941..00cd9a6bcff 100644
49 --- a/dev-db/mariadb/mariadb-10.3.9.ebuild
50 +++ b/dev-db/mariadb/mariadb-10.3.9.ebuild
51 @@ -238,7 +238,7 @@ pkg_postinst() {
52 elog "Please backup any changes you made to /etc/mysql/my.cnf"
53 elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension."
54 elog "You may have as many files as needed and they are read alphabetically."
55 - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]."
56 + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]."
57 einfo
58 }