Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: apache-2.eclass
Date: Sat, 28 Aug 2010 14:51:05
Message-Id: 20100828145055.A0DF220051@flycatcher.gentoo.org
1 hollow 10/08/28 14:50:55
2
3 Modified: apache-2.eclass
4 Log:
5 improve upgrade description wrt #332765
6
7 Revision Changes Path
8 1.23 eclass/apache-2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?r1=1.22&r2=1.23
13
14 Index: apache-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- apache-2.eclass 21 Aug 2010 19:39:52 -0000 1.22
21 +++ apache-2.eclass 28 Aug 2010 14:50:55 -0000 1.23
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.22 2010/08/21 19:39:52 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.23 2010/08/28 14:50:55 hollow Exp $
27
28 EAPI="2"
29
30 @@ -571,9 +571,8 @@
31
32 echo
33 elog "Attention: cgi and cgid modules are now handled via APACHE2_MODULES flags"
34 - elog "make sure to enable those in order to compile them. In general, you should"
35 - elog "use 'cgi' with non-multithreaded MPMs (such as prefork) and 'cgid' with"
36 - elog "multithreaded ones (such as worker)"
37 + elog "in /etc/make.conf. Make sure to enable those in order to compile them."
38 + elog "In general, you should use 'cgid' with hreaded MPMs and 'cgi' otherwise."
39 echo
40
41 }