diff options
-rw-r--r-- | eclass/apache-2.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 989fd1ce4bc7..36221815cfad 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.22 2010/08/21 19:39:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.23 2010/08/28 14:50:55 hollow Exp $ EAPI="2" @@ -571,9 +571,8 @@ apache-2_pkg_postinst() { echo elog "Attention: cgi and cgid modules are now handled via APACHE2_MODULES flags" - elog "make sure to enable those in order to compile them. In general, you should" - elog "use 'cgi' with non-multithreaded MPMs (such as prefork) and 'cgid' with" - elog "multithreaded ones (such as worker)" + elog "in /etc/make.conf. Make sure to enable those in order to compile them." + elog "In general, you should use 'cgid' with hreaded MPMs and 'cgi' otherwise." echo } |