diff options
author | 2007-05-06 08:58:26 +0000 | |
---|---|---|
committer | 2007-05-06 08:58:26 +0000 | |
commit | b12744e8303e55cd59f283d7fcc58c20aeb2073d (patch) | |
tree | ff84463129b71877275aa55cb1a494c6d403daac /net-dns/ldapdns/ldapdns-2.05.ebuild | |
parent | Replacing einfo with elog/ewarn (diff) | |
download | historical-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.ebuild | 6 |
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" } |