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 | |
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')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-3.23.58-r1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 23aaf7f8a811..059b4a20b06c 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.386 2007/01/12 17:58:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.387 2007/03/04 07:42:21 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> mysql-3.23.58-r1.ebuild: + Replacing einfo with elog 12 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/logrotate.mysql, mysql-3.23.58-r1.ebuild, -mysql-4.0.25-r2.ebuild, mysql-4.0.27-r1.ebuild, 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." } |