diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:42:21 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:42:21 +0000 |
commit | c9dab40d67c9f7ce25d305d483ad0cc3b68323b4 (patch) | |
tree | 44a9e289674f8bd5210d386cca4405a15e8bed21 /dev-db/mysql/mysql-3.23.58-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c9dab40d67c9f7ce25d305d483ad0cc3b68323b4.tar.gz gentoo-2-c9dab40d67c9f7ce25d305d483ad0cc3b68323b4.tar.bz2 gentoo-2-c9dab40d67c9f7ce25d305d483ad0cc3b68323b4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-db/mysql/mysql-3.23.58-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-3.23.58-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/mysql/mysql-3.23.58-r1.ebuild b/dev-db/mysql/mysql-3.23.58-r1.ebuild index 7fa4f4bc0ac4..78decf5f8705 100644 --- a/dev-db/mysql/mysql-3.23.58-r1.ebuild +++ b/dev-db/mysql/mysql-3.23.58-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.23 2007/01/12 17:58:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.24 2007/03/04 07:42:21 genone Exp $ inherit flag-o-matic eutils @@ -204,11 +204,11 @@ pkg_postinst() { chmod 0660 ${ROOT}/var/log/mysql/mysql.{log,err} # your friendly public service announcement... - einfo - einfo "You might want to run:" - einfo "\"emerge --config =${PF}\"" - einfo "if this is a new install." - einfo + elog + elog "You might want to run:" + elog "\"emerge --config =${PF}\"" + elog "if this is a new install." + elog use innodb || ewarn "InnoDB support is not selected to be compiled in." } |