summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-03-23 21:24:28 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-03-23 21:24:28 +0000
commit99e5bc049a867b2cbc14ac33273873022c0e825f (patch)
treea463ac51a2962d4a4e6a066b99c836c96f096ace /mail-client/pine
parentFix some errors in the gnome 2.18 mask (diff)
downloadgentoo-2-99e5bc049a867b2cbc14ac33273873022c0e825f.tar.gz
gentoo-2-99e5bc049a867b2cbc14ac33273873022c0e825f.tar.bz2
gentoo-2-99e5bc049a867b2cbc14ac33273873022c0e825f.zip
Add the warning also to -r6, silly me.
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client/pine')
-rw-r--r--mail-client/pine/pine-4.64-r6.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail-client/pine/pine-4.64-r6.ebuild b/mail-client/pine/pine-4.64-r6.ebuild
index dbc043af5b0a..fd1f6764d9eb 100644
--- a/mail-client/pine/pine-4.64-r6.ebuild
+++ b/mail-client/pine/pine-4.64-r6.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/mail-client/pine/pine-4.64-r6.ebuild,v 1.2 2007/03/23 21:22:07 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r6.ebuild,v 1.3 2007/03/23 21:24:28 ticho Exp $
inherit eutils
@@ -174,4 +174,11 @@ src_install() {
pkg_postinst() {
maildir_warn
+
+ if use passfile ; then
+ elog
+ elog "Pine will cache passwords between connections."
+ elog "File ~/.pinepw will be used for this."
+ elog
+ fi
}