/[smeserver]/rpms/dovecot/sme7/dovecot-1.0.beta2-mkcert-permissions.patch
ViewVC logotype

Annotation of /rpms/dovecot/sme7/dovecot-1.0.beta2-mkcert-permissions.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:07:20 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: dovecot-1_0-1_2_rc15_el4_sme, dovecot-1_0_7-2_el4_sme, HEAD
Import on branch sme7 of package dovecot-1.0-1.2.rc15.el4.sme.src.rpm

1 slords 1.1 --- dovecot-1.0.beta2/doc/mkcert.sh.configfile 2006-01-16 21:14:54.000000000 +0100
2     +++ dovecot-1.0.beta2/doc/mkcert.sh 2006-01-26 14:28:38.000000000 +0100
3     @@ -29,6 +29,7 @@
4     fi
5    
6     $OPENSSL req -new -x509 -nodes -config $OPENSSLCONFIG -out $CERTFILE -keyout $KEYFILE -days 365 || exit 2
7     -chmod 0600 $KEYFILE
8     +chown root:root $CERTFILE $KEYFILE
9     +chmod 0600 $CERTFILE $KEYFILE
10     echo
11     $OPENSSL x509 -subject -fingerprint -noout -in $CERTFILE || exit 2

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed