diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:12:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:12:30 +0000 |
commit | d05aa115ce65fdf4f50802a622539ff13e8f0bfe (patch) | |
tree | f49367ab9f51fc417cd80e2e5272b58052ddd41d /app-misc/fujiplay/fujiplay-1.33.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-d05aa115ce65fdf4f50802a622539ff13e8f0bfe.tar.gz gentoo-2-d05aa115ce65fdf4f50802a622539ff13e8f0bfe.tar.bz2 gentoo-2-d05aa115ce65fdf4f50802a622539ff13e8f0bfe.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/fujiplay/fujiplay-1.33.ebuild')
-rw-r--r-- | app-misc/fujiplay/fujiplay-1.33.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild index c52486e0faa8..4b3af5068f67 100644 --- a/app-misc/fujiplay/fujiplay-1.33.ebuild +++ b/app-misc/fujiplay/fujiplay-1.33.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/fujiplay/fujiplay-1.33.ebuild,v 1.12 2006/11/25 01:11:15 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fujiplay/fujiplay-1.33.ebuild,v 1.13 2007/01/28 05:12:30 genone Exp $ inherit eutils @@ -32,15 +32,15 @@ src_install() { pkg_postinst() { ln -s /dev/ttyS0 /dev/fujifilm - einfo "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created." - einfo "You may want to create a serial group to allow non-root" - einfo "members R/W access to the serial device." + elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created." + elog "You may want to create a serial group to allow non-root" + elog "members R/W access to the serial device." echo } pkg_postrm() { rm -f /dev/fujifilm echo - einfo "The symbolic link /dev/fujifilm was removed." + elog "The symbolic link /dev/fujifilm was removed." echo } |