summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-26 10:50:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-26 10:50:58 +0000
commit8fdd2345595b6a48cb45c7ba67bb12f873a2274c (patch)
treeafc65d8e8de40a87ea99dea2c6036f2402b6c539 /dev-php
parentstable on x86. (Manifest recommit) (diff)
downloadgentoo-2-8fdd2345595b6a48cb45c7ba67bb12f873a2274c.tar.gz
gentoo-2-8fdd2345595b6a48cb45c7ba67bb12f873a2274c.tar.bz2
gentoo-2-8fdd2345595b6a48cb45c7ba67bb12f873a2274c.zip
better warning message.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/ChangeLog5
-rw-r--r--dev-php/mod_php/mod_php-5.0.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog
index 216c653be6e9..d330eb6901b4 100644
--- a/dev-php/mod_php/ChangeLog
+++ b/dev-php/mod_php/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/mod_php
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.178 2004/08/14 21:05:30 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.179 2004/08/26 10:50:58 robbat2 Exp $
+
+ 26 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> mod_php-5.0.1.ebuild:
+ better warning message.
14 Aug 2004; David Holm <dholm@gentoo.org> mod_php-5.0.1.ebuild:
Added to ~ppc.
diff --git a/dev-php/mod_php/mod_php-5.0.1.ebuild b/dev-php/mod_php/mod_php-5.0.1.ebuild
index 229ab88d5ea1..248199be3d41 100644
--- a/dev-php/mod_php/mod_php-5.0.1.ebuild
+++ b/dev-php/mod_php/mod_php-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.1.ebuild,v 1.2 2004/08/14 21:05:30 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.1.ebuild,v 1.3 2004/08/26 10:50:58 robbat2 Exp $
IUSE="${IUSE} apache2"
@@ -114,7 +114,7 @@ src_install() {
apache2msg() {
einfo "Edit /etc/conf.d/apache2 and add \"-D PHP5\" to APACHE2_OPTS"
- ewarn "This is a change from before!"
+ ewarn "This is a change from the old \"-D PHP4\"!"
}
pkg_postinst() {
@@ -127,6 +127,7 @@ pkg_postinst() {
einfo "2. Edit /etc/conf.d/apache and add \"-D PHP5\" 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."
+ ewarn "This is a change from the old \"-D PHP4\"!"
fi
}