Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/
Date: Wed, 30 Oct 2019 20:11:09
Message-Id: 1572466246.5c95d15b9438f1d198b511f73cc23603998d2f5a.tupone@gentoo
1 commit: 5c95d15b9438f1d198b511f73cc23603998d2f5a
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 20:10:46 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 20:10:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c95d15b
7
8 net-mail/courier-imap: adding info as courier-imap run now as user mail
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 net-mail/courier-imap/courier-imap-5.0.7.ebuild | 9 ++++++++-
14 1 file changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/net-mail/courier-imap/courier-imap-5.0.7.ebuild b/net-mail/courier-imap/courier-imap-5.0.7.ebuild
17 index d4cbd2694fc..c6499cdb38a 100644
18 --- a/net-mail/courier-imap/courier-imap-5.0.7.ebuild
19 +++ b/net-mail/courier-imap/courier-imap-5.0.7.ebuild
20 @@ -62,7 +62,7 @@ For a quick-start howto please refer to
21 ${PN}-gentoo.readme in /usr/share/doc/${PF}
22
23 Please convert maildir to utf8
24 -and rerun mkdhparams if needed. Locatio has changed
25 +and rerun mkdhparams if needed. Location has changed
26 "
27
28 PATCHES=(
29 @@ -244,4 +244,11 @@ pkg_postinst() {
30 fperms 0755 "${ROOT}/usr/$(get_libdir)/${PN}"
31
32 readme.gentoo_print_elog
33 +
34 + elog ""
35 + elog "Courier Imap now run as user mail:mail."
36 + elog ""
37 + elog "This require you to enable read/write access to the caches:"
38 + elog "/var/lib/courier-imap/courierssl*cache (chown mail:mail)"
39 + elog "and read access to the certificates (e.g. /etc/courier-imap/pop3d.pem )"
40 }