summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-24 04:35:49 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-24 04:35:49 +0000
commit93e70b48c47efe64ef10cb5d515a8b2ad666041c (patch)
treea5f7955f1aae95364c9c07d79904ce5af4715c41 /eclass/mysql-v2.eclass
parentDrop r600-llvm-compiler USE flag. (diff)
downloadhistorical-93e70b48c47efe64ef10cb5d515a8b2ad666041c.tar.gz
historical-93e70b48c47efe64ef10cb5d515a8b2ad666041c.tar.bz2
historical-93e70b48c47efe64ef10cb5d515a8b2ad666041c.zip
pkg_config: tweak user messages
Diffstat (limited to 'eclass/mysql-v2.eclass')
-rw-r--r--eclass/mysql-v2.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index af1aecfe263f..b75cf9873147 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.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-v2.eclass,v 1.38 2015/05/01 12:34:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.39 2015/05/24 04:35:49 vapier Exp $
# @ECLASS: mysql-v2.eclass
# @MAINTAINER:
@@ -818,8 +818,7 @@ mysql-v2_pkg_config() {
mysql_version_is_at_least "5.6" || options="${options} --loose-skip-innodb"
fi
- einfo "Creating the mysql database and setting proper"
- einfo "permissions on it ..."
+ einfo "Creating the mysql database and setting proper permissions on it ..."
# Now that /var/run is a tmpfs mount point, we need to ensure it exists before using it
PID_DIR="${EROOT}/var/run/mysqld"
@@ -894,7 +893,7 @@ mysql-v2_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 \