diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-08-27 01:09:25 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-08-27 01:09:25 +0000 |
commit | dec6e24cf67db81410f5fcc84d58726687fe4340 (patch) | |
tree | 5faa8800c40c7d1a5b9522f6d0f17d488cd81d2c /dev-php | |
parent | little bitta pkg_postinst cleanup (diff) | |
download | historical-dec6e24cf67db81410f5fcc84d58726687fe4340.tar.gz historical-dec6e24cf67db81410f5fcc84d58726687fe4340.tar.bz2 historical-dec6e24cf67db81410f5fcc84d58726687fe4340.zip |
even cleaner
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/mod_php-4.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild b/dev-php/mod_php/mod_php-4.2.2-r1.ebuild index fef31d134f2c..e8d4e5c4c6e1 100644 --- a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.2-r1.ebuild,v 1.3 2002/08/27 01:06:19 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.2-r1.ebuild,v 1.4 2002/08/27 01:09:25 woodchip Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -211,7 +211,7 @@ pkg_postinst() { einfo " \"ebuild /var/db/pkg/dev-php/${PF}/${PF}.ebuild config\"" einfo "2. Edit /etc/conf.d/apache and add \"-D PHP4\"" einfo - einfo "That will add the php mime types in your apache.conf file" + einfo "That will include the php mime types in your configuration" einfo "automagically and setup Apache to load php when it starts." einfo einfo "Please remeber:" |