diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:16:07 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:16:07 +0000 |
commit | 8d2b9db182eb9faf21cf9bd5daa1ee748e699173 (patch) | |
tree | ce71523ac26c3f759700e2f2bd15edb328e864f9 /app-admin/flexlm/flexlm-9.5-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-8d2b9db182eb9faf21cf9bd5daa1ee748e699173.tar.gz gentoo-2-8d2b9db182eb9faf21cf9bd5daa1ee748e699173.tar.bz2 gentoo-2-8d2b9db182eb9faf21cf9bd5daa1ee748e699173.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/flexlm/flexlm-9.5-r1.ebuild')
-rw-r--r-- | app-admin/flexlm/flexlm-9.5-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/flexlm/flexlm-9.5-r1.ebuild b/app-admin/flexlm/flexlm-9.5-r1.ebuild index d0e53ca340ce..348b9b38571f 100644 --- a/app-admin/flexlm/flexlm-9.5-r1.ebuild +++ b/app-admin/flexlm/flexlm-9.5-r1.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-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.2 2006/12/19 23:33:08 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.3 2007/01/24 14:16:07 genone Exp $ inherit eutils @@ -67,6 +67,6 @@ src_install () { pkg_postinst() { enewgroup flexlm enewuser flexlm -1 /bin/bash /opt/flexlm flexlm -c "FlexLM server user" - einfo "FlexLM installed. Config is in /etc/conf.d/flexlm" - einfo "Default location for license file is /etc/flexlm/license.dat" + elog "FlexLM installed. Config is in /etc/conf.d/flexlm" + elog "Default location for license file is /etc/flexlm/license.dat" } |