diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:26:27 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:26:27 +0000 |
commit | 970af9ff50fc2bc1118bf6ed870f3a145f01f66b (patch) | |
tree | 47460b1b013e17d804850207ca0ce764977933a6 /net-analyzer/sancp/sancp-1.6.1-r2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-970af9ff50fc2bc1118bf6ed870f3a145f01f66b.tar.gz gentoo-2-970af9ff50fc2bc1118bf6ed870f3a145f01f66b.tar.bz2 gentoo-2-970af9ff50fc2bc1118bf6ed870f3a145f01f66b.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/sancp/sancp-1.6.1-r2.ebuild')
-rw-r--r-- | net-analyzer/sancp/sancp-1.6.1-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 } |