diff options
Diffstat (limited to 'app-admin/zope-config/zope-config-0.5-r1.ebuild')
-rw-r--r-- | app-admin/zope-config/zope-config-0.5-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/zope-config/zope-config-0.5-r1.ebuild b/app-admin/zope-config/zope-config-0.5-r1.ebuild index 8dec13252381..becdf2daa8ca 100644 --- a/app-admin/zope-config/zope-config-0.5-r1.ebuild +++ b/app-admin/zope-config/zope-config-0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.1 2005/01/02 14:05:24 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.2 2007/01/24 15:11:32 genone Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -32,6 +32,6 @@ src_install() { pkg_postinst() { source ${FILESDIR}/${PV}/zope-config.conf - einfo "Please note that new instances now log into ${EVENTLOGDIR}" - einfo "Please see the configuration file /etc/zope-config.conf" + elog "Please note that new instances now log into ${EVENTLOGDIR}" + elog "Please see the configuration file /etc/zope-config.conf" } |