diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-02 08:19:04 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-02 08:19:04 +0000 |
commit | 5ec44523edd80334f5e0c9cd75ecf95b53373d07 (patch) | |
tree | 50b9d1e6df59527d88f04fc407ebebc115e6c9ce /net-dialup/linesrv | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-5ec44523edd80334f5e0c9cd75ecf95b53373d07.tar.gz gentoo-2-5ec44523edd80334f5e0c9cd75ecf95b53373d07.tar.bz2 gentoo-2-5ec44523edd80334f5e0c9cd75ecf95b53373d07.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup/linesrv')
-rw-r--r-- | net-dialup/linesrv/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dialup/linesrv/ChangeLog b/net-dialup/linesrv/ChangeLog index ec4830cce8c2..6505f29f8c12 100644 --- a/net-dialup/linesrv/ChangeLog +++ b/net-dialup/linesrv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/linesrv -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.13 2006/11/23 20:32:15 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.14 2007/05/02 08:19:04 genone Exp $ + + 02 May 2007; Marius Mauch <genone@gentoo.org> linesrv-2.1.21-r1.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> linesrv-2.1.21-r1.ebuild: dev-db/mysql => virtual/mysql diff --git a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild index f57d50eead70..73f851db7814 100644 --- a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild +++ b/net-dialup/linesrv/linesrv-2.1.21-r1.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/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.7 2006/11/23 20:32:15 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.8 2007/05/02 08:19:04 genone Exp $ inherit webapp flag-o-matic @@ -89,7 +89,7 @@ src_install() { } pkg_postinst() { - einfo "The first stage of the installation is done. Now you need to setup your virtual hosts via webapp-config" - einfo "Please read man webapp-config for a detailed description of the process and some examples" + elog "The first stage of the installation is done. Now you need to setup your virtual hosts via webapp-config" + elog "Please read man webapp-config for a detailed description of the process and some examples" webapp_pkg_postinst } |