diff options
author | 2007-01-24 04:00:44 +0000 | |
---|---|---|
committer | 2007-01-24 04:00:44 +0000 | |
commit | fe94dc76e120afa563b5544a9bcd967b5ef2cb04 (patch) | |
tree | af700cb913026804176a2d90cdd61c5fa703f1e6 /app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild | |
parent | cleanup old versions (diff) | |
download | historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.gz historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.bz2 historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild')
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild index dd0d559d7644..6b38898ef1d2 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-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/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.4 2006/01/05 03:07:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.5 2007/01/24 03:47:23 genone Exp $ inherit eutils @@ -41,9 +41,9 @@ pkg_preinst() { pkg_postinst() { echo - einfo "To enable command-line completion for bash-completion-config," - einfo "run the following as root:" - einfo - einfo " bash-completion-config --global --install bash-completion-config" + elog "To enable command-line completion for bash-completion-config," + elog "run the following as root:" + elog + elog " bash-completion-config --global --install bash-completion-config" echo } |