diff options
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/postfix-3.1.2.ebuild | 4 |
1 files 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 0a5f926d0b6f..4d958b688457 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 |