diff options
author | 2010-07-26 13:59:23 +0000 | |
---|---|---|
committer | 2010-07-26 13:59:23 +0000 | |
commit | 266997178f8c797e92810d848ddbb5070ed4f79f (patch) | |
tree | f5d382a4803c4bef7d749ee4e03e29968198a4a6 /net-irc/quassel/quassel-9999.ebuild | |
parent | stable x86, bug 323745 (diff) | |
download | gentoo-2-266997178f8c797e92810d848ddbb5070ed4f79f.tar.gz gentoo-2-266997178f8c797e92810d848ddbb5070ed4f79f.tar.bz2 gentoo-2-266997178f8c797e92810d848ddbb5070ed4f79f.zip |
Fix the dep order + fix elog information per bug #329845.
(Portage version: 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 |