summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-03-03 12:16:26 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-03-03 12:16:26 +0000
commit90dae6d96eaf0086bca7fc4833f38bdaa3e98bef (patch)
treea92be31dbe43dc3b75681fe77e5ab47ba2e1adb0 /net-mail/uw-imap
parentMarked ~amd64, keywording KDE split ebuilds, bug 80944. (diff)
downloadgentoo-2-90dae6d96eaf0086bca7fc4833f38bdaa3e98bef.tar.gz
gentoo-2-90dae6d96eaf0086bca7fc4833f38bdaa3e98bef.tar.bz2
gentoo-2-90dae6d96eaf0086bca7fc4833f38bdaa3e98bef.zip
Fix ewarn message.
(Portage version: 2.0.51.17)
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r--net-mail/uw-imap/ChangeLog5
-rw-r--r--net-mail/uw-imap/uw-imap-2004c-r3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog
index 4ba4b01b5994..1fdb4d8f20a5 100644
--- a/net-mail/uw-imap/ChangeLog
+++ b/net-mail/uw-imap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/uw-imap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.60 2005/03/03 09:57:42 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.61 2005/03/03 12:16:26 ticho Exp $
+
+ 03 Mar 2005; Andrej Kacian <ticho@gentoo.org> uw-imap-2004c-r3.ebuild:
+ Correction in clearpasswd message.
03 Mar 2005; Andrej Kacian <ticho@gentoo.org> uw-imap-2004c-r3.ebuild:
Take ssl flag into account for clearpasswd.
diff --git a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
index d8edf2162453..b525f8f4e889 100644
--- a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
+++ b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.2 2005/03/03 09:57:42 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.3 2005/03/03 12:16:26 ticho Exp $
inherit eutils flag-o-matic
@@ -37,8 +37,8 @@ pkg_setup() {
ewarn "Enable \"clearpasswd\" flag to allow unrestricted cleartext LOGIN."
else
ewarn "You have disabled SSL for uw-imap, but want cleartext passwords restricted to"
- ewarn "SSL/TLS sessions only. Either enable \"ssl\" USE flag, or disable"
- ewarn "\"clearpasswd\" USE flag."
+ ewarn "SSL/TLS sessions only. Either enable \"ssl\" USE flag, or \"clearpasswd\""
+ ewarn "USE flag."
die "Impossible USE flag combination, see above message"
fi
fi