diff options
author | gdt <gdt> | 2014-10-10 14:46:09 +0000 |
---|---|---|
committer | gdt <gdt> | 2014-10-10 14:46:09 +0000 |
commit | fb3161be6f14bf92ddee7df8af7ae47f08fc42e2 (patch) | |
tree | 96b1c44d9e47b26a9e5f3e3115e0ee9156f0b576 /mail | |
parent | 67dfc91d237ceb88a22109d0d39caa888e3fdcd7 (diff) | |
download | pkgsrc-fb3161be6f14bf92ddee7df8af7ae47f08fc42e2.tar.gz |
Remove patch file from HEAD, to finish a commit that ended up
mysteriously mixed on HEAD and 2013Q4, despite there not being a
CVS/Tag file in patches.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/patches/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/dovecot2/patches/patch-ac b/mail/dovecot2/patches/patch-ac deleted file mode 100644 index d3444fe34e6..00000000000 --- a/mail/dovecot2/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2010/11/05 12:00:39 adam Exp $ - ---- doc/example-config/conf.d/10-ssl.conf.orig 2010-05-24 14:35:40.000000000 +0000 -+++ doc/example-config/conf.d/10-ssl.conf -@@ -3,14 +3,14 @@ - ## - - # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> --#ssl = yes -+#ssl = no - - # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before - # dropping root privileges, so keep the key file unreadable by anyone but - # root. Included doc/mkcert.sh can be used to easily generate self-signed - # certificate, just make sure to update the domains in dovecot-openssl.cnf --ssl_cert = </etc/ssl/certs/dovecot.pem --ssl_key = </etc/ssl/private/dovecot.pem -+#ssl_cert = /etc/ssl/certs/dovecot.pem -+#ssl_key = /etc/ssl/private/dovecot.pem - - # If key file is password protected, give the password here. Alternatively - # give it when starting dovecot with -p parameter. Since this file is often |