Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: ChangeLog dhcpcd-3.1.7.ebuild
Date: Mon, 22 Oct 2007 08:26:22
Message-Id: E1Ijsc3-0007fA-Ct@stork.gentoo.org
1 uberlord 07/10/22 08:26:15
2
3 Modified: ChangeLog dhcpcd-3.1.7.ebuild
4 Log:
5 einfo -> elog, #196662
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.170 net-misc/dhcpcd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.170&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.170&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.169&r2=1.170
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
18 retrieving revision 1.169
19 retrieving revision 1.170
20 diff -u -r1.169 -r1.170
21 --- ChangeLog 21 Oct 2007 19:29:02 -0000 1.169
22 +++ ChangeLog 22 Oct 2007 08:26:14 -0000 1.170
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-misc/dhcpcd
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.169 2007/10/21 19:29:02 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.170 2007/10/22 08:26:14 uberlord Exp $
28 +
29 + 22 Oct 2007; Roy Marples <uberlord@g.o> dhcpcd-3.1.7.ebuild:
30 + einfo -> elog, #196662
31
32 *dhcpcd-3.1.7 (21 Oct 2007)
33
34
35
36
37 1.2 net-misc/dhcpcd/dhcpcd-3.1.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild?r1=1.1&r2=1.2
42
43 Index: dhcpcd-3.1.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- dhcpcd-3.1.7.ebuild 21 Oct 2007 19:29:02 -0000 1.1
50 +++ dhcpcd-3.1.7.ebuild 22 Oct 2007 08:26:14 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild,v 1.1 2007/10/21 19:29:02 uberlord Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.7.ebuild,v 1.2 2007/10/22 08:26:14 uberlord Exp $
56
57 inherit toolchain-funcs
58
59 @@ -66,20 +66,20 @@
60 pkg_postinst() {
61 if use zeroconf; then
62 ewarn "You have installed dhcpcd with zeroconf support."
63 - einfo "This means that it will always obtain an IP address even if no"
64 - einfo "DHCP server can be contacted, which will break any existing"
65 - einfo "failover support you may have configured in your net configuration."
66 - einfo "This behaviour can be controlled with the -L flag."
67 - einfo "See the dhcpcd man page for more details."
68 + elog "This means that it will always obtain an IP address even if no"
69 + elog "DHCP server can be contacted, which will break any existing"
70 + elog "failover support you may have configured in your net configuration."
71 + elog "This behaviour can be controlled with the -L flag."
72 + elog "See the dhcpcd man page for more details."
73 fi
74
75 if ! use vram; then
76 use zeroconf && echo
77 ewarn "You have installed dhcpcd with DUID support."
78 - einfo "This means that we will generate a DUID in /var/lib/dhcpcd/dhcpcd.duid"
79 - einfo "This is generated from a MAC address of the card and a timestamp."
80 - einfo "It will be used in every subsequent DHCP transaction, along with a IAID"
81 - einfo "in the ClientID option. This is required by RFC 4361."
82 + elog "This means that we will generate a DUID in /var/lib/dhcpcd/dhcpcd.duid"
83 + elog "This is generated from a MAC address of the card and a timestamp."
84 + elog "It will be used in every subsequent DHCP transaction, along with a IAID"
85 + elog "in the ClientID option. This is required by RFC 4361."
86 echo
87 ewarn "Some DHCP server implementations require a MAC address only in the"
88 ewarn "ClientID field. These DHCP servers should be updated to be RFC"
89
90
91
92 --
93 gentoo-commits@g.o mailing list