diff options
author | 2007-05-06 07:57:44 +0000 | |
---|---|---|
committer | 2007-05-06 07:57:44 +0000 | |
commit | d4214197339038638a5d1e6f74cf7b9a4a2eb348 (patch) | |
tree | 7bc644e07e31a2001eb579df961f63c04e0711de /net-dialup | |
parent | ppc stable (diff) | |
download | gentoo-2-d4214197339038638a5d1e6f74cf7b9a4a2eb348.tar.gz gentoo-2-d4214197339038638a5d1e6f74cf7b9a4a2eb348.tar.bz2 gentoo-2-d4214197339038638a5d1e6f74cf7b9a4a2eb348.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.35-r2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index 59f5ee24d44d..495a2dc94da6 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mgetty # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.72 2007/04/15 09:12:02 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.73 2007/05/06 07:57:44 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> mgetty-1.1.35-r2.ebuild: + Replacing einfo with elog 15 Apr 2007; Alin Năstac <mrness@gentoo.org> files/mgetty-1.1.35-gentoo.patch, diff --git a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild b/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild index 40e5286d8d5f..4df6de08e44d 100644 --- a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.2 2007/04/15 09:12:02 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.3 2007/05/06 07:57:44 genone Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -149,11 +149,11 @@ src_install () { } pkg_postinst() { - einfo "Users who wish to use the fax or voicemail capabilities must be members" - einfo "of the group fax in order to access files" - echo - einfo "If you want to grab voice messages from a remote location, you must save" - einfo "the password in ${ROOT}var/spool/voice/.code file" + elog "Users who wish to use the fax or voicemail capabilities must be members" + elog "of the group fax in order to access files" + elog + elog "If you want to grab voice messages from a remote location, you must save" + elog "the password in ${ROOT}var/spool/voice/.code file" echo ewarn "${ROOT}var/spool/voice/.code and ${ROOT}var/spool/voice/messages/Index" ewarn "are not longer created by this automatically!" |