diff options
Diffstat (limited to 'dev-php5/phpdbg/phpdbg-2.13.1.ebuild')
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.13.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-php5/phpdbg/phpdbg-2.13.1.ebuild b/dev-php5/phpdbg/phpdbg-2.13.1.ebuild index 2bfa75b596c8..5015bba46b2e 100644 --- a/dev-php5/phpdbg/phpdbg-2.13.1.ebuild +++ b/dev-php5/phpdbg/phpdbg-2.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.13.1.ebuild,v 1.1 2006/04/15 22:37:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.13.1.ebuild,v 1.2 2007/01/28 06:37:27 genone Exp $ PHP_EXT_NAME="dbg" PHP_EXT_INI="yes" @@ -49,10 +49,10 @@ src_install() { } pkg_postinst() { - einfo "Please reload Apache to activate the changes." + elog "Please reload Apache to activate the changes." } pkg_postrm() { - einfo "You need to remove all lines referring to the debugger, and" - einfo "extension=dbg.so. Please reload Apache to activate the changes." + elog "You need to remove all lines referring to the debugger, and" + elog "extension=dbg.so. Please reload Apache to activate the changes." } |