From e37b088da6525ac49aefb9d0774107134db84954 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 28 Jan 2007 05:15:44 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2-r4) --- app-misc/klive/klive-0.23.ebuild | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'app-misc/klive/klive-0.23.ebuild') 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." -- cgit v1.2.3-65-gdbad