diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-24 20:53:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-24 20:53:00 +0000 |
commit | c2de9575d519816047b0e9aff56b33e1179c4242 (patch) | |
tree | c73ac828b79549584d45b2c8b982593a48096720 /net-www | |
parent | Fixed up the slapd permissions include. (diff) | |
download | gentoo-2-c2de9575d519816047b0e9aff56b33e1179c4242.tar.gz gentoo-2-c2de9575d519816047b0e9aff56b33e1179c4242.tar.bz2 gentoo-2-c2de9575d519816047b0e9aff56b33e1179c4242.zip |
Fix link to apache-upgrading doc.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.54-r31.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 58f8ae69faaa..dccc68a820c1 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/apache # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.424 2005/09/24 17:16:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.425 2005/09/24 20:53:00 kloeri Exp $ + + 24 Sep 2005; Bryan Østergaard <kloeri@gentoo.org> + apache-2.0.54-r31.ebuild: + Fix link to apache-upgrading doc. 24 Sep 2005; Bryan Østergaard <kloeri@gentoo.org> apache-1.3.33-r12.ebuild, apache-2.0.54-r31.ebuild: diff --git a/net-www/apache/apache-2.0.54-r31.ebuild b/net-www/apache/apache-2.0.54-r31.ebuild index 99e86e0ab5f4..6e885bc27b7e 100644 --- a/net-www/apache/apache-2.0.54-r31.ebuild +++ b/net-www/apache/apache-2.0.54-r31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r31.ebuild,v 1.12 2005/09/24 17:16:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r31.ebuild,v 1.13 2005/09/24 20:53:00 kloeri Exp $ inherit eutils gnuconfig multilib @@ -346,7 +346,7 @@ pkg_postinst() { einfo "You should also at this time rebuild all your modules" einfo einfo "For more information, see" - einfo " http://www.gentoo.org/proj/en/apache-upgrading.xml" + einfo " http://www.gentoo.org/doc/en/apache-upgrading.xml" einfo fi |