diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:12:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:12:32 +0000 |
commit | 1a73f3ff8e4cfc0e452c32b67949834a998201c8 (patch) | |
tree | 7b944628884e66b70672f9e30f19f618bac1fbcf /net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild | |
parent | Stable on amd64 wrt bug 180916 (diff) | |
download | historical-1a73f3ff8e4cfc0e452c32b67949834a998201c8.tar.gz historical-1a73f3ff8e4cfc0e452c32b67949834a998201c8.tar.bz2 historical-1a73f3ff8e4cfc0e452c32b67949834a998201c8.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild')
-rw-r--r-- | net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild b/net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild index 7d7e8637c463..9d007c2d66d8 100644 --- a/net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild +++ b/net-mail/courier-imap/courier-imap-4.0.6-r2.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/net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild,v 1.9 2007/04/12 10:23:59 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.0.6-r2.ebuild,v 1.10 2007/06/12 12:12:32 genone Exp $ inherit autotools eutils multilib @@ -247,10 +247,10 @@ src_install() { } pkg_postinst() { - einfo "Authdaemond is no longer provided by this package." - einfo "Authentication libraries are now in courier-authlib." - einfo "For a quick-start howto please refer to:" - einfo "/usr/share/doc/${P}/${PN}-gentoo.readme.gz" + elog "Authdaemond is no longer provided by this package." + elog "Authentication libraries are now in courier-authlib." + elog "For a quick-start howto please refer to:" + elog "/usr/share/doc/${P}/${PN}-gentoo.readme.gz" # Some users have been reporting that permissions on this directory were # getting scrambled, so let's ensure that they are sane. chmod 0755 "${ROOT}/usr/$(get_libdir)/${PN}" || die "Failed to ensure sane permissions on ${ROOT}/usr/$(get_libdir)/${PN}" |