diff options
Diffstat (limited to 'dev-php/mod_php/mod_php-4.4.0-r1.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.4.0-r1.ebuild b/dev-php/mod_php/mod_php-4.4.0-r1.ebuild index da51e0fdcdc0..32329cacbc84 100644 --- a/dev-php/mod_php/mod_php-4.4.0-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.4.0-r1.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/dev-php/mod_php/mod_php-4.4.0-r1.ebuild,v 1.8 2005/10/01 09:15:46 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0-r1.ebuild,v 1.9 2005/10/29 22:16:12 chtekk Exp $ IUSE="apache2" @@ -197,7 +197,7 @@ pkg_postinst() { apache2msg else einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo " \"emerge --config =${PF}\"" einfo "2. Edit /etc/conf.d/apache and add \"-D PHP4\" to APACHE_OPTS" einfo "That will include the php mime types in your configuration" einfo "automagically and setup Apache to load php when it starts." |