mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
o Many Dovecot fixes o Many port corrections and fixes o OpenLDAP support o PostgreSQL support o Added additional port Documentation o Added some FreeBSD-specific patches PR: ports/51593 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
11 lines
325 B
Bash
11 lines
325 B
Bash
--- doc/mkcert.sh Tue Apr 15 14:28:24 2003
|
|
+++ mkcert.sh.new Tue Apr 15 14:28:52 2003
|
|
@@ -4,7 +4,7 @@
|
|
# Edit dovecot-openssl.cnf before running this.
|
|
|
|
OPENSSL=${OPENSSL-openssl}
|
|
-SSLDIR=${SSLDIR-/etc/ssl}
|
|
+SSLDIR=${SSLDIR-%%SSLDIR%%}
|
|
OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
|
|
|
|
CERTFILE=$SSLDIR/certs/imapd.pem
|