diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-26 13:59:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-26 13:59:23 +0000 |
commit | cb9a22fa1990ff32f3bdcfc727298c946d1c49a2 (patch) | |
tree | 50a62044ec1ae86bc180931f2892a1909463f33b /net-irc/quassel/quassel-9999.ebuild | |
parent | stable x86, bug 323745 (diff) | |
download | historical-cb9a22fa1990ff32f3bdcfc727298c946d1c49a2.tar.gz historical-cb9a22fa1990ff32f3bdcfc727298c946d1c49a2.tar.bz2 historical-cb9a22fa1990ff32f3bdcfc727298c946d1c49a2.zip |
Fix the dep order + fix elog information per bug #329845.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-irc/quassel/quassel-9999.ebuild')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 422970bebf25..8e42f65076aa 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.40 2010/07/03 10:30:54 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.41 2010/07/26 13:59:23 scarabeus Exp $ EAPI="2" @@ -122,7 +122,7 @@ pkg_postinst() { if use server && use ssl; then # inform about genreating ssl certificate elog "If you want to use ssl connection to your core, please generate ssl key, with folowing command:" - elog "# openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${QUASSEL_DIR}/quasselCert.pem -ou" + elog "# openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${QUASSEL_DIR}/quasselCert.pem -out ${QUASSEL_DIR}/quasselCert.pem" echo elog "Also remember that with the above command the key is valid only for 1 year." fi |