summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-10-22 08:26:14 +0000
committerRoy Marples <uberlord@gentoo.org>2007-10-22 08:26:14 +0000
commit081a55160d1570a7a4428a8a42f2f5d8dc9f6a6a (patch)
tree31bfc4aee11593a3175f70bb75a71e7331d6e07d /net-misc
parentx86 stable, bug #182360 (diff)
downloadgentoo-2-081a55160d1570a7a4428a8a42f2f5d8dc9f6a6a.tar.gz
gentoo-2-081a55160d1570a7a4428a8a42f2f5d8dc9f6a6a.tar.bz2
gentoo-2-081a55160d1570a7a4428a8a42f2f5d8dc9f6a6a.zip
einfo -> elog, #196662
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog5
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.1.7.ebuild20
2 files changed, 14 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index ad5d4e491782..00cda7ab1716 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.169 2007/10/21 19:29:02 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.170 2007/10/22 08:26:14 uberlord Exp $
+
+ 22 Oct 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.7.ebuild:
+ einfo -> elog, #196662
*dhcpcd-3.1.7 (21 Oct 2007)
diff --git a/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild b/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild
index 6c48edf436f4..be235d0fcedb 100644
--- a/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-3.1.7.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-misc/dhcpcd/dhcpcd-3.1.7.ebuild,v 1.1 2007/10/21 19:29:02 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild,v 1.2 2007/10/22 08:26:14 uberlord Exp $
inherit toolchain-funcs
@@ -66,20 +66,20 @@ src_install() {
pkg_postinst() {
if use zeroconf; then
ewarn "You have installed dhcpcd with zeroconf support."
- einfo "This means that it will always obtain an IP address even if no"
- einfo "DHCP server can be contacted, which will break any existing"
- einfo "failover support you may have configured in your net configuration."
- einfo "This behaviour can be controlled with the -L flag."
- einfo "See the dhcpcd man page for more details."
+ elog "This means that it will always obtain an IP address even if no"
+ elog "DHCP server can be contacted, which will break any existing"
+ elog "failover support you may have configured in your net configuration."
+ elog "This behaviour can be controlled with the -L flag."
+ elog "See the dhcpcd man page for more details."
fi
if ! use vram; then
use zeroconf && echo
ewarn "You have installed dhcpcd with DUID support."
- einfo "This means that we will generate a DUID in /var/lib/dhcpcd/dhcpcd.duid"
- einfo "This is generated from a MAC address of the card and a timestamp."
- einfo "It will be used in every subsequent DHCP transaction, along with a IAID"
- einfo "in the ClientID option. This is required by RFC 4361."
+ elog "This means that we will generate a DUID in /var/lib/dhcpcd/dhcpcd.duid"
+ elog "This is generated from a MAC address of the card and a timestamp."
+ elog "It will be used in every subsequent DHCP transaction, along with a IAID"
+ elog "in the ClientID option. This is required by RFC 4361."
echo
ewarn "Some DHCP server implementations require a MAC address only in the"
ewarn "ClientID field. These DHCP servers should be updated to be RFC"