summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-06-15 04:59:25 +0000
committerAlin Năstac <mrness@gentoo.org>2006-06-15 04:59:25 +0000
commitbead3df5ea61ce9ebbb09fbb05162feadd0bc144 (patch)
tree321e77b2b7bf7f111c25cfac3b9f24b68eda2cd2 /net-mail/vmailmgr/vmailmgr-0.97.ebuild
parentgcc-4 patch, #136825 (diff)
downloadgentoo-2-bead3df5ea61ce9ebbb09fbb05162feadd0bc144.tar.gz
gentoo-2-bead3df5ea61ce9ebbb09fbb05162feadd0bc144.tar.bz2
gentoo-2-bead3df5ea61ce9ebbb09fbb05162feadd0bc144.zip
Warn users about utilities moved to net-mail/vmailmgr-tools (#136475).
(Portage version: 2.1)
Diffstat (limited to 'net-mail/vmailmgr/vmailmgr-0.97.ebuild')
-rw-r--r--net-mail/vmailmgr/vmailmgr-0.97.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mail/vmailmgr/vmailmgr-0.97.ebuild b/net-mail/vmailmgr/vmailmgr-0.97.ebuild
index 0aa1bc010ca3..bc1150a98595 100644
--- a/net-mail/vmailmgr/vmailmgr-0.97.ebuild
+++ b/net-mail/vmailmgr/vmailmgr-0.97.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.3 2006/03/06 17:17:26 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.4 2006/06/15 04:59:25 mrness Exp $
inherit toolchain-funcs eutils
@@ -57,6 +57,10 @@ pkg_postinst() {
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 "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"
}