diff options
author | 2004-05-06 14:37:09 +0000 | |
---|---|---|
committer | 2004-05-06 14:37:09 +0000 | |
commit | 31d79cbdc270bbe11b0bac7b79deaf2100315668 (patch) | |
tree | 7583559951b291e466d89d0df28f2e5c58073436 | |
parent | Added s390 keyword (diff) | |
download | historical-31d79cbdc270bbe11b0bac7b79deaf2100315668.tar.gz historical-31d79cbdc270bbe11b0bac7b79deaf2100315668.tar.bz2 historical-31d79cbdc270bbe11b0bac7b79deaf2100315668.zip |
Fix typo caught by bug #50192.
-rw-r--r-- | eclass/ssl-cert.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index abf2d54d0433..8a8c0acbff07 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.3 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.4 2004/05/06 14:37:09 max Exp $ # # Author: Max Kalika <max@gentoo.org> # @@ -25,7 +25,7 @@ gen_cnf() { SSL_SERIAL="${T}/${$}ca.ser" # Location of some random files OpenSSL can use: don't use # /dev/u?random here -- doesn't work properly on all platforms - SSL_RANDOM="${T}/evironment:${T}/eclass-debug.log:/etc/resolv.conf" + SSL_RANDOM="${T}/environment:${T}/eclass-debug.log:/etc/resolv.conf" # These can be overridden in the ebuild SSL_DAYS="${SSL_BITS:-730}" |