summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:06:19 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:06:19 +0000
commitff8e8d3f8d4dd908ffd58f2ad36d4690b1626b0f (patch)
tree92ed5d83a090bea62d4a07c09b32bcc95c56284c /net-dialup
parentReplacing einfo with elog (diff)
downloadgentoo-2-ff8e8d3f8d4dd908ffd58f2ad36d4690b1626b0f.tar.gz
gentoo-2-ff8e8d3f8d4dd908ffd58f2ad36d4690b1626b0f.tar.bz2
gentoo-2-ff8e8d3f8d4dd908ffd58f2ad36d4690b1626b0f.zip
Replacing einfo with ewarn
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pppoed/ChangeLog7
-rw-r--r--net-dialup/pppoed/pppoed-0.49.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dialup/pppoed/ChangeLog b/net-dialup/pppoed/ChangeLog
index ee1e99bfdeeb..57b5c1bc9032 100644
--- a/net-dialup/pppoed/ChangeLog
+++ b/net-dialup/pppoed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/pppoed
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.13 2006/03/12 21:23:35 mrness Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.14 2007/05/06 08:06:19 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> pppoed-0.49.ebuild:
+ Replacing einfo with ewarn
12 Mar 2006; Alin Nastac <mrness@gentoo.org> pppoed-0.49.ebuild:
Remove virtual/libc dependency. Quote $FILESDIR and $D.
diff --git a/net-dialup/pppoed/pppoed-0.49.ebuild b/net-dialup/pppoed/pppoed-0.49.ebuild
index d8a4ca606594..3917ec926596 100644
--- a/net-dialup/pppoed/pppoed-0.49.ebuild
+++ b/net-dialup/pppoed/pppoed-0.49.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/pppoed/pppoed-0.49.ebuild,v 1.5 2006/03/12 21:23:35 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.49.ebuild,v 1.6 2007/05/06 08:06:19 genone Exp $
inherit linux-info eutils
@@ -17,8 +17,8 @@ S="${WORKDIR}/${P}/pppoed"
pkg_setup() {
if kernel_is gt 2 4 ; then
- einfo "This is a user space implementation of PPPoE!"
- einfo
+ ewarn "This is a user space implementation of PPPoE!"
+ ewarn
ewarn "For 2.4 and 2.6 kernels you don't need this!"
ewarn "The kernel already supports PPPoE, just enable it."
epause 5