summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 22:50:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 22:50:32 +0000
commitcbeb3ee57761c4e529daf13bfc25ce3a635a6a9d (patch)
tree417866f4a01ea98014686ec49755fd537e6c453b /net-analyzer/sancp/sancp-1.6.1-r2.ebuild
parentFix DEPEND. (diff)
downloadhistorical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.gz
historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.bz2
historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.zip
Replacing einfo with elog
Package-Manager: portage-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.ebuild10
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
}