summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:58:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:58:26 +0000
commitb12744e8303e55cd59f283d7fcc58c20aeb2073d (patch)
treeff84463129b71877275aa55cb1a494c6d403daac /net-dns/ldapdns/ldapdns-2.05.ebuild
parentReplacing einfo with elog/ewarn (diff)
downloadhistorical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.tar.gz
historical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.tar.bz2
historical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/ldapdns/ldapdns-2.05.ebuild')
-rw-r--r--net-dns/ldapdns/ldapdns-2.05.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/ldapdns/ldapdns-2.05.ebuild b/net-dns/ldapdns/ldapdns-2.05.ebuild
index 7890ff36db67..aa6260fda8a0 100644
--- a/net-dns/ldapdns/ldapdns-2.05.ebuild
+++ b/net-dns/ldapdns/ldapdns-2.05.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.8 2005/12/31 13:50:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.9 2007/05/06 08:56:52 genone Exp $
inherit eutils
@@ -39,5 +39,5 @@ pkg_postinst() {
enewuser ldapdns -1 -1 /nonexistent nofiles
enewuser dnslog -1 -1 /nonexistent nofiles
- einfo "Read the readme.configure and use ldapdns-conf to setup"
+ elog "Read the readme.configure and use ldapdns-conf to setup"
}