diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:15:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:15:44 +0000 |
commit | e37b088da6525ac49aefb9d0774107134db84954 (patch) | |
tree | 6a5380e0721f1b15acbfe6cf2aa1ecb82b8a7ea5 /app-misc/klive/klive-0.23.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-e37b088da6525ac49aefb9d0774107134db84954.tar.gz gentoo-2-e37b088da6525ac49aefb9d0774107134db84954.tar.bz2 gentoo-2-e37b088da6525ac49aefb9d0774107134db84954.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/klive/klive-0.23.ebuild')
-rw-r--r-- | app-misc/klive/klive-0.23.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app-misc/klive/klive-0.23.ebuild b/app-misc/klive/klive-0.23.ebuild index 16cf72cef286..98927f9030d4 100644 --- a/app-misc/klive/klive-0.23.ebuild +++ b/app-misc/klive/klive-0.23.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-misc/klive/klive-0.23.ebuild,v 1.2 2006/12/15 02:13:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/klive/klive-0.23.ebuild,v 1.3 2007/01/28 05:15:44 genone Exp $ inherit eutils @@ -33,24 +33,24 @@ src_install() { pkg_postinst() { echo - einfo "To start klive, use the init script, e.g.:" - einfo " # /etc/init.d/klive start" + elog "To start klive, use the init script, e.g.:" + elog " # /etc/init.d/klive start" echo - einfo "You should add klive to your default runlevel so that it will be" - einfo "started on on every bootup, e.g.:" - einfo " # rc-update add klive default" + elog "You should add klive to your default runlevel so that it will be" + elog "started on on every bootup, e.g.:" + elog " # rc-update add klive default" echo ewarn "klive periodically submits basic information about the configuration of" ewarn "your running kernel to a 3rd-party server which is NOT controlled by" ewarn "Gentoo. This data is probably privately logged against your IP address." - echo + ewarn - einfo "The data submitted is used to generate basic statistics which provide" - einfo "insight as to how widely tested a particular kernel version is." - einfo "These statistics are publically accessible at http://klive.cpushare.com" - echo + ewarn "The data submitted is used to generate basic statistics which provide" + ewarn "insight as to how widely tested a particular kernel version is." + ewarn "These statistics are publically accessible at http://klive.cpushare.com" + ewarn ewarn "If you have privacy/security concerns about the submission of this data" ewarn "and/or its public availability, unmerge this package now." |