diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:47:02 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:47:02 +0000 |
commit | 390d36ac593a65c031d604df6c0602746609688e (patch) | |
tree | af8fb390ffbf197e29bf1b6d07b2628f6c020b71 /dev-db/pgcluster | |
parent | Replacing einfo with elog (diff) | |
download | historical-390d36ac593a65c031d604df6c0602746609688e.tar.gz historical-390d36ac593a65c031d604df6c0602746609688e.tar.bz2 historical-390d36ac593a65c031d604df6c0602746609688e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-db/pgcluster')
-rw-r--r-- | dev-db/pgcluster/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pgcluster/pgcluster-1.3.0c.ebuild | 20 |
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-db/pgcluster/ChangeLog b/dev-db/pgcluster/ChangeLog index 945bc4ee5545..33c42f218f2e 100644 --- a/dev-db/pgcluster/ChangeLog +++ b/dev-db/pgcluster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgcluster # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.7 2007/02/10 23:49:28 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.8 2007/03/04 07:47:02 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> pgcluster-1.3.0c.ebuild: + Replacing einfo with elog 10 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> pgcluster-1.3.0c.ebuild: diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild index f7ea1a8d9a78..df035f36ec1e 100644 --- a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild +++ b/dev-db/pgcluster/pgcluster-1.3.0c.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/pgcluster/pgcluster-1.3.0c.ebuild,v 1.7 2007/02/10 23:49:28 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.8 2007/03/04 07:47:02 genone Exp $ inherit eutils gnuconfig flag-o-matic multilib @@ -178,19 +178,19 @@ src_install() { } pkg_postinst() { - einfo "Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell" + elog "Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell" if [ ! -f ${PG_DIR}/data/PG_VERSION ] ; then - einfo - einfo "Execute the following command" - einfo "emerge --config =${PF}" - einfo "to setup the initial database environment." + elog + elog "Execute the following command" + elog "emerge --config =${PF}" + elog "to setup the initial database environment." fi - einfo - einfo "Python modules was removed from PostgreSQL package." - einfo "If you need it, please run \"emerge dev-db/pygresql\"." - einfo + elog + elog "Python modules was removed from PostgreSQL package." + elog "If you need it, please run \"emerge dev-db/pygresql\"." + elog } pkg_config() { |