Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-mail/cyrus-imapd: cyrus-imapd-2.3.9-r1.ebuild ChangeLog
|
|
Date:
|
Sun, 09 Dec 2007 19:35:20 +0000
|
|
dertobi123 07/12/09 19:35:20
Modified: cyrus-imapd-2.3.9-r1.ebuild ChangeLog
Log:
fix install_cert
(Portage version: 2.1.4_rc9)
Revision Changes Path
1.2 net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?r1=1.1&r2=1.2
Index: cyrus-imapd-2.3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cyrus-imapd-2.3.9-r1.ebuild 9 Dec 2007 19:21:45 -0000 1.1
+++ cyrus-imapd-2.3.9-r1.ebuild 9 Dec 2007 19:35:19 -0000 1.2
@@ -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/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v 1.1 2007/12/09 19:21:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v 1.2 2007/12/09 19:35:19 dertobi123 Exp $
inherit autotools eutils ssl-cert fixheadtails pam
@@ -220,10 +220,10 @@
pkg_postinst() {
# do not install server.{key,pem) if they are exist.
use ssl && {
- if [ ! -f "${ROOT}"/etc/ssl/cyrus/server.key ]; then
- dodir "${ROOT}"/etc/ssl/cyrus
- insinto "${ROOT}"etc/ssl/cyrus/
- install_cert /etc/ssl/cyrus/server
+ if [ ! -f "${ROOT:-/}"etc/ssl/cyrus/server.key ]; then
+ dodir "${ROOT:-/}"etc/ssl/cyrus
+ insinto "${ROOT:-/}"etc/ssl/cyrus/
+ install_cert "${ROOT:-/}"etc/ssl/cyrus/server
chown cyrus:mail "${ROOT:-/}"etc/ssl/cyrus/server.{key,pem}
fi
}
1.111 net-mail/cyrus-imapd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 9 Dec 2007 19:21:45 -0000 1.110
+++ ChangeLog 9 Dec 2007 19:35:19 -0000 1.111
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/cyrus-imapd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.110 2007/12/09 19:21:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.111 2007/12/09 19:35:19 dertobi123 Exp $
+
+ 09 Dec 2007; Tobias Scherbaum <dertobi123@g.o>
+ cyrus-imapd-2.3.9-r1.ebuild:
+ fix install_cert
*cyrus-imapd-2.3.9-r1 (09 Dec 2007)
--
gentoo-commits@g.o mailing list
|
|