diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-04-28 16:15:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-04-28 16:15:33 +0000 |
commit | dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4 (patch) | |
tree | 6ebcb4b725882ab584c7d28a32af7e06dd629401 /eclass/apache-2.eclass | |
parent | Revision bump, add patch to improve python 3.3 support (fixes bug #451928). (diff) | |
download | gentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.tar.gz gentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.tar.bz2 gentoo-2-dcaa1ecde2155abbacdaf1ddc6567b1e5162a3b4.zip |
Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index e5083afe08ae..1019693e3934 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.30 2013/03/08 10:26:42 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.31 2013/04/28 16:15:33 zmedico Exp $ # @ECLASS: apache-2.eclass # @MAINTAINER: @@ -569,7 +569,7 @@ apache-2_pkg_postinst() { echo elog "Attention: cgi and cgid modules are now handled via APACHE2_MODULES flags" - elog "in /etc/make.conf. Make sure to enable those in order to compile them." + elog "in make.conf. Make sure to enable those in order to compile them." elog "In general, you should use 'cgid' with threaded MPMs and 'cgi' otherwise." echo |