diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:17:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:17:10 +0000 |
commit | f48bcc6b25c616a314b7360e905c4413b0d0b59c (patch) | |
tree | 9b76d661cf39e4d2fea39f67584c63b5cd155ce6 /net-dialup/mgetty | |
parent | add missing mdnsresponder to IUSE #177284 (diff) | |
download | historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.gz historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.bz2 historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/mgetty')
-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!" |