summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-06-02 19:34:35 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-06-02 19:34:35 +0000
commite3c0b0db81006eeca709b8e8ab6483d116749502 (patch)
tree255b9004961d71881ab68f702ef3bfcd472bd3bf /net-www
parentMarked ppc and ppc64 (diff)
downloadgentoo-2-e3c0b0db81006eeca709b8e8ab6483d116749502.tar.gz
gentoo-2-e3c0b0db81006eeca709b8e8ab6483d116749502.tar.bz2
gentoo-2-e3c0b0db81006eeca709b8e8ab6483d116749502.zip
Expand elog message for upgrades.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/apache-2.2.4-r4.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 07735deaf193..68fec90b7c52 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/apache
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.531 2007/06/02 08:05:58 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.532 2007/06/02 19:34:35 chtekk Exp $
+
+ 02 Jun 2007; Luca Longinotti <chtekk@gentoo.org> apache-2.2.4-r4.ebuild:
+ Expand elog message for upgrades.
02 Jun 2007; Christian Heim <phreak@gentoo.org> apache-2.2.4-r4.ebuild:
Adding the missing mods="${mods} suexec" declaration to the ebuild, fixing
diff --git a/net-www/apache/apache-2.2.4-r4.ebuild b/net-www/apache/apache-2.2.4-r4.ebuild
index d3cced976b9c..3d6896da552a 100644
--- a/net-www/apache/apache-2.2.4-r4.ebuild
+++ b/net-www/apache/apache-2.2.4-r4.ebuild
@@ -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/net-www/apache/apache-2.2.4-r4.ebuild,v 1.3 2007/06/02 08:05:58 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r4.ebuild,v 1.4 2007/06/02 19:34:35 chtekk Exp $
inherit eutils flag-o-matic gnuconfig multilib autotools
@@ -345,8 +345,6 @@ pkg_postinst() {
fi
# Check for dual/upgrade install
- # The hasq is a hack so we don't throw QA warnings for not putting
- # apache2 in IUSE - the only use of the flag is this warning
if has_version '<net-www/apache-2.2.0' ; then
elog
@@ -355,7 +353,9 @@ pkg_postinst() {
elog "to continue working correctly."
elog
elog "Also note that some configuration directives have been"
- elog "split into their own files under ${ROOT}/etc/apache2/modules.d."
+ elog "split into their own files under ${ROOT}/etc/apache2/modules.d/"
+ elog "and that some modules, foremost the authentication related ones,"
+ elog "have been renamed."
elog
elog "Some examples:"
elog " - USERDIR is now configureable in ${ROOT}etc/apache2/modules.d/00_mod_userdir.conf."
@@ -363,6 +363,8 @@ pkg_postinst() {
elog "For more information on what you may need to change, please"
elog "see the overview of changes at:"
elog "http://httpd.apache.org/docs/2.2/new_features_2_2.html"
+ elog "and the upgrading guide at:"
+ elog "http://httpd.apache.org/docs/2.2/upgrading.html"
elog
elog "Some modules do not yet work with Apache 2.2."
elog "To keep from accidentally downgrading to Apache 2.0, you should"