diff options
author | Christian Heim <phreak@gentoo.org> | 2007-05-18 08:10:45 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-05-18 08:10:45 +0000 |
commit | c59372c9500fbf4bbf0c266ed283c71674f3cbb8 (patch) | |
tree | 38c7eafa7b58079bebb876ab0462ad283a80d4a8 /net-www | |
parent | Renaming /usr/sbin/suexec to /usr/sbin/suexec2 in src_install (#178295 - than... (diff) | |
download | gentoo-2-c59372c9500fbf4bbf0c266ed283c71674f3cbb8.tar.gz gentoo-2-c59372c9500fbf4bbf0c266ed283c71674f3cbb8.tar.bz2 gentoo-2-c59372c9500fbf4bbf0c266ed283c71674f3cbb8.zip |
Explicitly mention USERDIR in pkg_postinst since users keep overlooking it.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/apache/apache-2.2.4-r1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 74c1d3660cd5..21137f00183b 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.520 2007/05/18 07:58:02 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.521 2007/05/18 08:10:45 phreak Exp $ + + 18 May 2007; Christian Heim <phreak@gentoo.org> apache-2.2.4-r1.ebuild: + Explicitly mention USERDIR in pkg_postinst since users keep overlooking it. 18 May 2007; Christian Heim <phreak@gentoo.org> apache-2.2.4-r1.ebuild: Renaming /usr/sbin/suexec to /usr/sbin/suexec2 in src_install (#178295 - diff --git a/net-www/apache/apache-2.2.4-r1.ebuild b/net-www/apache/apache-2.2.4-r1.ebuild index c21eb2fb4af1..ad709fafa867 100644 --- a/net-www/apache/apache-2.2.4-r1.ebuild +++ b/net-www/apache/apache-2.2.4-r1.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-r1.ebuild,v 1.3 2007/05/18 07:58:02 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r1.ebuild,v 1.4 2007/05/18 08:10:45 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -355,7 +355,10 @@ 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 + elog "Some examples:" + elog " - USERDIR is now configureable in ${ROOT}etc/apache2/modules.d/00_mod_userdir.conf." elog elog "For more information on what you may need to change, please" elog "see the overview of changes at:" |