diff options
Diffstat (limited to 'net-dns/totd/totd-1.5.1.ebuild')
-rw-r--r-- | net-dns/totd/totd-1.5.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index 3d8cbdf650c9..fac13875ef25 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.3 2007/05/06 09:24:36 genone Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -27,7 +27,7 @@ src_install() { } pkg_postinst() { - einfo "/usr/share/doc/${P}/totd.conf.sample.gz contains" - einfo "a sample config file for totd. Make sure you create" - einfo "/etc/totd.conf with the necessary configurations" + elog "/usr/share/doc/${P}/totd.conf.sample.gz contains" + elog "a sample config file for totd. Make sure you create" + elog "/etc/totd.conf with the necessary configurations" } |