From cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 1 May 2007 22:50:32 +0000 Subject: Replacing einfo with elog Package-Manager: portage-2.1.2.5 --- net-analyzer/sancp/sancp-1.6.1-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net-analyzer/sancp/sancp-1.6.1-r2.ebuild') diff --git a/net-analyzer/sancp/sancp-1.6.1-r2.ebuild b/net-analyzer/sancp/sancp-1.6.1-r2.ebuild index e511bf416bdd..f7d1920a88d1 100644 --- a/net-analyzer/sancp/sancp-1.6.1-r2.ebuild +++ b/net-analyzer/sancp/sancp-1.6.1-r2.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/net-analyzer/sancp/sancp-1.6.1-r2.ebuild,v 1.1 2006/07/27 02:58:31 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sancp/sancp-1.6.1-r2.ebuild,v 1.2 2007/05/01 22:26:27 genone Exp $ inherit eutils @@ -66,7 +66,7 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please modify /etc/sancp/sancp.conf to suit your environment" - einfo + elog + elog "Please modify /etc/sancp/sancp.conf to suit your environment" + elog } -- cgit v1.2.3-65-gdbad