summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-09 08:09:56 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-09 08:09:56 +0000
commit19978d611f9baceaf41c0bf8583d8eddde098e48 (patch)
tree90424a88635ab7ce3e3c17dff4135024c1e06b25 /eclass/ssl-cert.eclass
parentAdd more documentation to function install_cert. (diff)
downloadhistorical-19978d611f9baceaf41c0bf8583d8eddde098e48.tar.gz
historical-19978d611f9baceaf41c0bf8583d8eddde098e48.tar.bz2
historical-19978d611f9baceaf41c0bf8583d8eddde098e48.zip
Fix a typo.
Diffstat (limited to 'eclass/ssl-cert.eclass')
-rw-r--r--eclass/ssl-cert.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass
index f88d038b0e11..e6a9d4e2e527 100644
--- a/eclass/ssl-cert.eclass
+++ b/eclass/ssl-cert.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.11 2007/12/09 08:06:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.12 2007/12/09 08:09:56 ulm Exp $
#
# Author: Max Kalika <max@gentoo.org>
#
@@ -26,7 +26,7 @@ gen_cnf() {
SSL_RANDOM="${T}/environment:${T}/eclass-debug.log:/etc/resolv.conf"
# These can be overridden in the ebuild
- SSL_DAYS="${SSL_BITS:-730}"
+ SSL_DAYS="${SSL_DAYS:-730}"
SSL_BITS="${SSL_BITS:-1024}"
SSL_COUNTRY="${SSL_COUNTRY:-US}"
SSL_STATE="${SSL_STATE:-California}"