diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 13:10:31 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 13:10:31 +0000 |
commit | 14ccbdfecc892170c2dd5be113ca6b4e250ea268 (patch) | |
tree | a266f9752b952ed51f5f5016326edbd4b89e24f7 /net-mail/vmailmgr | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-14ccbdfecc892170c2dd5be113ca6b4e250ea268.tar.gz gentoo-2-14ccbdfecc892170c2dd5be113ca6b4e250ea268.tar.bz2 gentoo-2-14ccbdfecc892170c2dd5be113ca6b4e250ea268.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail/vmailmgr')
-rw-r--r-- | net-mail/vmailmgr/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/vmailmgr/vmailmgr-0.97.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/vmailmgr/ChangeLog b/net-mail/vmailmgr/ChangeLog index 93a65c1905c1..29c561bd10f9 100644 --- a/net-mail/vmailmgr/ChangeLog +++ b/net-mail/vmailmgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/vmailmgr # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.27 2007/01/14 22:39:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.28 2007/06/12 13:10:31 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> vmailmgr-0.97.ebuild: + Replacing einfo with elog 14 Jan 2007; Alin Năstac <mrness@gentoo.org> -files/vmailmgr-0.96.9-gcc3.3.patch, diff --git a/net-mail/vmailmgr/vmailmgr-0.97.ebuild b/net-mail/vmailmgr/vmailmgr-0.97.ebuild index 745e7582d680..f28676e15a8a 100644 --- a/net-mail/vmailmgr/vmailmgr-0.97.ebuild +++ b/net-mail/vmailmgr/vmailmgr-0.97.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/vmailmgr/vmailmgr-0.97.ebuild,v 1.6 2007/01/14 22:39:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.7 2007/06/12 13:10:31 genone Exp $ inherit toolchain-funcs eutils @@ -56,11 +56,11 @@ pkg_postinst() { ewarn "CAUTION: courier-authlib does not support vmailmgr!" ewarn "If you want to use vmailmgr in conjuction with courier-imap," ewarn "you should use imapfront-auth found in net-mail/mailfront package." - echo + ewarn ewarn "vcheckquota and vpopbull are now available through vmailmgr-tools package." ewarn "If you need them, run the following command:" ewarn " emerge net-mail/vmailmgr-tools" echo - einfo "To start vmailmgrd you need to link" - einfo "/var/lib/supervise/vmailmgrd to /service" + elog "To start vmailmgrd you need to link" + elog "/var/lib/supervise/vmailmgrd to /service" } |