diff options
Diffstat (limited to 'www-servers/pound/pound-2.0.5.ebuild')
-rw-r--r-- | www-servers/pound/pound-2.0.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www-servers/pound/pound-2.0.5.ebuild b/www-servers/pound/pound-2.0.5.ebuild index 9cb2404b8774..cefdd871cac4 100644 --- a/www-servers/pound/pound-2.0.5.ebuild +++ b/www-servers/pound/pound-2.0.5.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/www-servers/pound/pound-2.0.5.ebuild,v 1.6 2006/12/10 09:34:17 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.0.5.ebuild,v 1.7 2007/01/09 08:01:31 bangert Exp $ inherit flag-o-matic @@ -45,9 +45,9 @@ src_install() { } pkg_postinst() { - einfo "No demo-/sample-configfile is included in the distribution -- read the man-page" - einfo "for more info." - einfo "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"." + elog "No demo-/sample-configfile is included in the distribution -- read the man-page" + elog "for more info." + elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"." echo ewarn "You will have to upgrade you configuration file, if you are" ewarn "upgrading from a version <= 1.9." |