summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-06-12 12:31:41 +0000
committerMarius Mauch <genone@gentoo.org>2007-06-12 12:31:41 +0000
commit8ef051f10b8c41ae5af1292fb4eaab557a4c0215 (patch)
tree516e9f964edd0541aeb87256f1f94f27d8b746b6 /net-mail
parentRemove dependency on jabberd. (diff)
downloadgentoo-2-8ef051f10b8c41ae5af1292fb4eaab557a4c0215.tar.gz
gentoo-2-8ef051f10b8c41ae5af1292fb4eaab557a4c0215.tar.bz2
gentoo-2-8ef051f10b8c41ae5af1292fb4eaab557a4c0215.zip
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/ixbiff/ChangeLog5
-rw-r--r--net-mail/ixbiff/ixbiff-0.03b.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/ixbiff/ChangeLog b/net-mail/ixbiff/ChangeLog
index 0f1fd8eb00f2..ac16214f276f 100644
--- a/net-mail/ixbiff/ChangeLog
+++ b/net-mail/ixbiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/ixbiff
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ixbiff/ChangeLog,v 1.5 2007/04/28 17:31:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ixbiff/ChangeLog,v 1.6 2007/06/12 12:31:41 genone Exp $
+
+ 12 Jun 2007; Marius Mauch <genone@gentoo.org> ixbiff-0.03b.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org> ixbiff-0.03b.ebuild:
Fix *initd, *confd and *envd calls (#173884, #174266)
diff --git a/net-mail/ixbiff/ixbiff-0.03b.ebuild b/net-mail/ixbiff/ixbiff-0.03b.ebuild
index f66938e889cd..2c0d76674472 100644
--- a/net-mail/ixbiff/ixbiff-0.03b.ebuild
+++ b/net-mail/ixbiff/ixbiff-0.03b.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-mail/ixbiff/ixbiff-0.03b.ebuild,v 1.3 2007/04/28 17:31:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ixbiff/ixbiff-0.03b.ebuild,v 1.4 2007/06/12 12:31:41 genone Exp $
inherit eutils
@@ -39,5 +39,5 @@ src_install () {
}
pkg_postinst () {
- einfo "Use rc-update to add ixbiff to the startup sequence."
+ elog "Use rc-update to add ixbiff to the startup sequence."
}