summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2015-06-12 16:13:17 -0400
committerlayman <layman@localhost>2015-06-12 16:13:17 -0400
commit3011538a85fe4133a9f6747fa4aba3f94743f5b7 (patch)
treebeb131d40baa94802fc1bf9441bcdd039beb844e
parentSync portage header; Update mirror order for newer builds; Documentation update (diff)
downloadmysql-3011538a85fe4133a9f6747fa4aba3f94743f5b7.tar.gz
mysql-3011538a85fe4133a9f6747fa4aba3f94743f5b7.tar.bz2
mysql-3011538a85fe4133a9f6747fa4aba3f94743f5b7.zip
Update archived eclass to match changes made by vapier in portage
-rw-r--r--eclass/mysql.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 7a129fc..b021b8c 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.182 2015/05/01 12:34:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.183 2015/05/24 04:35:49 vapier Exp $
# @ECLASS: mysql.eclass
# @MAINTAINER:
@@ -1461,8 +1461,7 @@ mysql_pkg_config() {
fi
fi
- einfo "Creating the mysql database and setting proper"
- einfo "permissions on it ..."
+ einfo "Creating the mysql database and setting proper permissions on it ..."
local socket="${EROOT}/var/run/mysqld/mysqld${RANDOM}.sock"
local pidfile="${EROOT}/var/run/mysqld/mysqld${RANDOM}.pid"
@@ -1502,7 +1501,7 @@ mysql_pkg_config() {
-e "${sql}"
eend $?
- ebegin "Loading \"zoneinfo\", this step may require a few seconds ..."
+ ebegin "Loading \"zoneinfo\", this step may require a few seconds"
"${EROOT}/usr/bin/mysql" \
--socket=${socket} \
-hlocalhost \