diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:12:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:12:58 +0000 |
commit | c747f7d259f1b22728527248834bda206bcbdb22 (patch) | |
tree | 2f17ca1389778b927918f979c98a11457825be8f /app-laptop/fnfx/fnfx-0.3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.tar.gz gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.tar.bz2 gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-laptop/fnfx/fnfx-0.3.ebuild')
-rw-r--r-- | app-laptop/fnfx/fnfx-0.3.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild index 82ff72b92568..e3b884eb6255 100644 --- a/app-laptop/fnfx/fnfx-0.3.ebuild +++ b/app-laptop/fnfx/fnfx-0.3.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-laptop/fnfx/fnfx-0.3.ebuild,v 1.2 2006/06/03 21:50:05 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.3 2007/01/23 16:12:58 genone Exp $ DESCRIPTION="Daemon and client allowing use of Toshiba special keys" HOMEPAGE="http://fnfx.sourceforge.net/" @@ -21,12 +21,8 @@ src_install() { } pkg_postinst() { - echo - einfo - einfo "The Fnfx Toshiba function key package has been installed." - einfo - einfo "If you would like the service to start automatically on boot" - einfo "please execute the command rc-update add fnfxd default." - einfo - echo + elog + elog "If you would like the service to start automatically on boot" + elog "please execute the command rc-update add fnfxd default." + elog } |