- fix default paths in the example mkcert.sh to match configuration

defaults (fixes #183151)
This commit is contained in:
prockai 2006-10-04 10:43:20 +00:00
parent d7c53366cb
commit 6e9c0689ce
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,13 @@
--- dovecot-1.0.rc7/doc/mkcert.sh.mkcert-paths 2006-10-04 11:34:46.000000000 +0200
+++ dovecot-1.0.rc7/doc/mkcert.sh 2006-10-04 11:35:31.000000000 +0200
@@ -4,8 +4,8 @@
# Edit dovecot-openssl.cnf before running this.
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

View File

@ -1,7 +1,7 @@
Summary: Dovecot Secure imap server
Name: dovecot
Version: 1.0
Release: 0.1.rc7%{?dist}
Release: 0.2.rc7%{?dist}
License: LGPL
Group: System Environment/Daemons
@ -22,6 +22,7 @@ Patch101: dovecot-1.0.beta2-pam-tty.patch
Patch102: dovecot-1.0.rc2-pam-setcred.patch
Patch103: dovecot-1.0.beta2-mkcert-permissions.patch
Patch104: dovecot-1.0.beta2-lib64.patch
Patch105: dovecot-1.0.rc7-mkcert-paths.patch
#Patch105: dovecot-1.0.beta2-sqlite-check.patch
# XXX this patch needs review and forward porting
@ -71,7 +72,7 @@ in either of maildir or mbox formats.
%patch102 -p1 -b .pam-setcred
%patch103 -p1 -b .mkcert-permissions
#%patch104 -p1 -b .lib64
#%patch105 -p1 -b .sqlite-check
%patch105 -p1 -b .mkcert-paths
%build
rm -f ./configure
@ -214,6 +215,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.2.rc7
- fix default paths in the example mkcert.sh to match configuration
defaults (fixes #183151)
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.1.rc7
- rebuilt for unwind info generation, broken in gcc-4.1.1-21