From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34B8D13800E for ; Fri, 27 Jul 2012 16:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C256E0630; Fri, 27 Jul 2012 16:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF206E060F for ; Fri, 27 Jul 2012 16:09:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83B5D1B40C0 for ; Fri, 27 Jul 2012 16:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3C551E5445 for ; Fri, 27 Jul 2012 16:09:06 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1343396706.9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee X-VCS-Branch: master Date: Fri, 27 Jul 2012 16:09:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63af92bf-fab5-492f-b275-684a4fd0e067 X-Archives-Hash: 5742804235511e5dff605546b83ff177 commit: 9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee Author: Brian Evans lavabit com> AuthorDate: Fri Jul 27 13:45:06 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 27 13:45:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=9c8ca870 Fix typos --- eclass/mysql-v2.eclass | 2 +- eclass/mysql.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index f63b8c2..6ef1606 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -507,7 +507,7 @@ mysql-v2_pkg_postinst() { elog "Note: PBXT is now statically built when enabled." elog "" elog "If, you previously installed as a plugin and " - elot "you cannot start the MySQL server," + elog "you cannot start the MySQL server," elog "remove the ${MY_DATADIR}/mysql/plugin.* files, then" elog "use the MySQL upgrade script to restore the table" elog "or execute the following SQL command:" diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 2a29918..b883ace 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1272,7 +1272,7 @@ mysql_pkg_postinst() { elog "Note: PBXT is now statically built when enabled." elog "" elog "If, you previously installed as a plugin and " - elot "you cannot start the MySQL server," + elog "you cannot start the MySQL server," elog "remove the ${MY_DATADIR}/mysql/plugin.* files, then" elog "use the MySQL upgrade script to restore the table" elog "or execute the following SQL command:"