summaryrefslogtreecommitdiff
path: root/dovecot-1.0.rc7-mkcert-paths.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:35:57 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:35:57 +0000
commitbcdf6f7287a48dcf6d74e0b4bf28ffc7905065c5 (patch)
tree4793fb189f935a2e4c459e9d1d8694b0b37e6fbb /dovecot-1.0.rc7-mkcert-paths.patch
parent316f1cd5b071d905b9f18af192f54ec4d35843e7 (diff)
automatic import of dovecotopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'dovecot-1.0.rc7-mkcert-paths.patch')
-rw-r--r--dovecot-1.0.rc7-mkcert-paths.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dovecot-1.0.rc7-mkcert-paths.patch b/dovecot-1.0.rc7-mkcert-paths.patch
new file mode 100644
index 0000000..e8354e5
--- /dev/null
+++ b/dovecot-1.0.rc7-mkcert-paths.patch
@@ -0,0 +1,14 @@
+diff -up dovecot-2.2.27/doc/mkcert.sh.mkcert-paths dovecot-2.2.27/doc/mkcert.sh
+--- dovecot-2.2.27/doc/mkcert.sh.mkcert-paths 2016-12-05 10:26:07.913515286 +0100
++++ dovecot-2.2.27/doc/mkcert.sh 2016-12-05 10:28:25.439634417 +0100
+@@ -5,8 +5,8 @@
+
+ umask 077
+ OPENSSL=${OPENSSL-openssl}
+-SSLDIR=${SSLDIR-/etc/ssl}
+-OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
++SSLDIR=${SSLDIR-/etc/pki/dovecot}
++OPENSSLCONFIG=${OPENSSLCONFIG-/etc/pki/dovecot/dovecot-openssl.cnf}
+
+ CERTDIR=$SSLDIR/certs
+ KEYDIR=$SSLDIR/private