From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F03E3138331 for ; Wed, 31 Aug 2016 05:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DB7DE0B3D; Wed, 31 Aug 2016 05:21:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44A00E0B2D for ; Wed, 31 Aug 2016 05:21:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBEA433D3CE for ; Wed, 31 Aug 2016 05:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F712470 for ; Wed, 31 Aug 2016 05:21:39 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1472620886.41bb5a8e3269238a29f14cc5629a1e44453c156c.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/postfix/postfix-3.1.2.ebuild X-VCS-Directories: mail-mta/postfix/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 41bb5a8e3269238a29f14cc5629a1e44453c156c X-VCS-Branch: master Date: Wed, 31 Aug 2016 05:21:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf2f80a7-0461-42f1-96e3-e892d8b83b7e X-Archives-Hash: 2b6eb66ede1b967c26883126448ac4cc commit: 41bb5a8e3269238a29f14cc5629a1e44453c156c Author: Eray Aslan gentoo org> AuthorDate: Wed Aug 31 05:21:26 2016 +0000 Commit: Eray Aslan gentoo org> CommitDate: Wed Aug 31 05:21:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bb5a8e mail-mta/postfix: QA: leading space Package-Manager: portage-2.3.0 mail-mta/postfix/postfix-3.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/postfix/postfix-3.1.2.ebuild b/mail-mta/postfix/postfix-3.1.2.ebuild index 0a5f926..4d958b6 100644 --- a/mail-mta/postfix/postfix-3.1.2.ebuild +++ b/mail-mta/postfix/postfix-3.1.2.ebuild @@ -294,8 +294,8 @@ pkg_postinst() { ewarn fi - # configure tls - if use ssl ; then + # configure tls + if use ssl ; then if "${EROOT}"/usr/sbin/postfix tls all-default-client; then elog "To configure client side TLS settings:" elog "${EROOT}"usr/sbin/postfix tls enable-client