New package: dovecot-2.0.17.
This commit is contained in:
13
srcpkgs/dovecot/patches/mkcert-ssldir.patch
Normal file
13
srcpkgs/dovecot/patches/mkcert-ssldir.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Set correct path to OPENSSLCONFIG.
|
||||
|
||||
--- doc/mkcert.sh.orig 2012-01-31 15:25:06.611718182 +0100
|
||||
+++ doc/mkcert.sh 2012-01-31 15:25:27.298222975 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
OPENSSL=${OPENSSL-openssl}
|
||||
SSLDIR=${SSLDIR-/etc/ssl}
|
||||
-OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
|
||||
+OPENSSLCONFIG=${OPENSSLCONFIG-${SSLDIR}/dovecot-openssl.cnf}
|
||||
|
||||
CERTDIR=$SSLDIR/certs
|
||||
KEYDIR=$SSLDIR/private
|
||||
Reference in New Issue
Block a user