diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:04:47 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:04:47 +0000 |
commit | 27dfcfa5c42356b8c1fc5d3fba733be2d9bd55c4 (patch) | |
tree | 6eac8c1020a9e86e605fddb833e6b0d68e2a64ca /app-admin/diradm/diradm-2.1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-27dfcfa5c42356b8c1fc5d3fba733be2d9bd55c4.tar.gz gentoo-2-27dfcfa5c42356b8c1fc5d3fba733be2d9bd55c4.tar.bz2 gentoo-2-27dfcfa5c42356b8c1fc5d3fba733be2d9bd55c4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/diradm/diradm-2.1.ebuild')
-rw-r--r-- | app-admin/diradm/diradm-2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/diradm/diradm-2.1.ebuild b/app-admin/diradm/diradm-2.1.ebuild index a5a8159f5043..306e5dcd8ad1 100644 --- a/app-admin/diradm/diradm-2.1.ebuild +++ b/app-admin/diradm/diradm-2.1.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/app-admin/diradm/diradm-2.1.ebuild,v 1.5 2007/01/04 21:13:11 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/diradm/diradm-2.1.ebuild,v 1.6 2007/01/24 14:04:47 genone Exp $ DESCRIPTION="diradm is for managing posix users/groups in an LDAP directory" BASE_URI="http://research.iat.sfu.ca/custom-software/" @@ -31,6 +31,6 @@ src_install() { } pkg_postinst() { - einfo "The new diradm pulls many settings from your LDAP configuration." - einfo "But don't forget to customize /etc/diradm.conf for other settings." + elog "The new diradm pulls many settings from your LDAP configuration." + elog "But don't forget to customize /etc/diradm.conf for other settings." } |