diff options
author | Thilo Bangert <bangert@gentoo.org> | 2007-01-09 08:01:31 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2007-01-09 08:01:31 +0000 |
commit | ccc14067fed1f64ef9e8e5ea5a697af79a3acfa5 (patch) | |
tree | 143ea1c0e481a880dc9543dd893a3d76903289a5 /www-servers/pound/pound-1.10.ebuild | |
parent | Stable on ppc64; bug #159846 (diff) | |
download | gentoo-2-ccc14067fed1f64ef9e8e5ea5a697af79a3acfa5.tar.gz gentoo-2-ccc14067fed1f64ef9e8e5ea5a697af79a3acfa5.tar.bz2 gentoo-2-ccc14067fed1f64ef9e8e5ea5a697af79a3acfa5.zip |
version bump - elog transition
(Portage version: 2.1.1-r2)
Diffstat (limited to 'www-servers/pound/pound-1.10.ebuild')
-rw-r--r-- | www-servers/pound/pound-1.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www-servers/pound/pound-1.10.ebuild b/www-servers/pound/pound-1.10.ebuild index 8de59c051a29..f043d54b8953 100644 --- a/www-servers/pound/pound-1.10.ebuild +++ b/www-servers/pound/pound-1.10.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-1.10.ebuild,v 1.3 2006/12/10 09:34:17 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-1.10.ebuild,v 1.4 2007/01/09 08:01:31 bangert Exp $ inherit flag-o-matic @@ -43,7 +43,7 @@ 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\"." } |