Magellan Linux

Contents of /trunk/dovecot/patches/dovecot-1.0.5-ssl-pathes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 377 - (show annotations) (download)
Mon Oct 15 23:50:28 2007 UTC (16 years, 6 months ago) by niro
File size: 683 byte(s)
-added ssl-pathes patch

1 diff -Naur dovecot-1.0.5/doc/mkcert.sh dovecot-1.0.5-magellan/doc/mkcert.sh
2 --- dovecot-1.0.5/doc/mkcert.sh 2007-05-19 13:14:04.000000000 +0200
3 +++ dovecot-1.0.5-magellan/doc/mkcert.sh 2007-10-16 01:51:40.000000000 +0200
4 @@ -4,14 +4,14 @@
5 # Edit dovecot-openssl.cnf before running this.
6
7 OPENSSL=${OPENSSL-openssl}
8 -SSLDIR=${SSLDIR-/etc/ssl}
9 +SSLDIR=${SSLDIR-/etc/dovecot/ssl}
10 OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
11
12 -CERTDIR=$SSLDIR/certs
13 -KEYDIR=$SSLDIR/private
14 +CERTDIR=$SSLDIR
15 +KEYDIR=$SSLDIR
16
17 CERTFILE=$CERTDIR/dovecot.pem
18 -KEYFILE=$KEYDIR/dovecot.pem
19 +KEYFILE=$KEYDIR/dovecot.key
20
21 if [ ! -d $CERTDIR ]; then
22 echo "$SSLDIR/certs directory doesn't exist"