summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-08-28 14:50:55 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-08-28 14:50:55 +0000
commitd934da805a5e5f9882f2a06ef52e041907876b76 (patch)
tree5373e149ffacc4c6040b6e500517cfdb0fc31782 /eclass
parentDepend on >=dev-ruby/json-1.4.4 because json-1.4.3 has bugs that affect dev-r... (diff)
downloadhistorical-d934da805a5e5f9882f2a06ef52e041907876b76.tar.gz
historical-d934da805a5e5f9882f2a06ef52e041907876b76.tar.bz2
historical-d934da805a5e5f9882f2a06ef52e041907876b76.zip
improve upgrade description wrt #332765
Diffstat (limited to 'eclass')
-rw-r--r--eclass/apache-2.eclass7
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
}