1 |
rane 06/01/03 07:32:56 |
2 |
|
3 |
Modified: xml/htdocs/doc/en/handbook hb-net-modules.xml |
4 |
Log: |
5 |
#117511, older baselayouts don't handle MAC changes without having macchanger installed |
6 |
|
7 |
Revision Changes Path |
8 |
1.11 +8 -7 xml/htdocs/doc/en/handbook/hb-net-modules.xml |
9 |
|
10 |
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo |
11 |
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo |
12 |
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo |
13 |
|
14 |
Index: hb-net-modules.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v |
17 |
retrieving revision 1.10 |
18 |
retrieving revision 1.11 |
19 |
diff -u -r1.10 -r1.11 |
20 |
--- hb-net-modules.xml 22 Dec 2005 19:55:49 -0000 1.10 |
21 |
+++ hb-net-modules.xml 3 Jan 2006 07:32:56 -0000 1.11 |
22 |
@@ -4,12 +4,12 @@ |
23 |
<!-- The content of this document is licensed under the CC-BY-SA license --> |
24 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 |
|
26 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.10 2005/12/22 19:55:49 jkt Exp $ --> |
27 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.11 2006/01/03 07:32:56 rane Exp $ --> |
28 |
|
29 |
<sections> |
30 |
|
31 |
-<version>1.5</version> |
32 |
-<date>2005-12-22</date> |
33 |
+<version>1.6</version> |
34 |
+<date>2006-01-03</date> |
35 |
|
36 |
<section> |
37 |
<title>Network Modules</title> |
38 |
@@ -340,10 +340,11 @@ |
39 |
<body> |
40 |
|
41 |
<p> |
42 |
-You don't need to emerge anything for changing the MAC address of your interface |
43 |
-if you change to a specific address. However, if you need to change to a random |
44 |
-address or a random address of a given type then you need to emerge |
45 |
-<c>net-analyzer/macchanger</c>. |
46 |
+You don't need to emerge anything for changing the MAC address of your |
47 |
+interface if you have <c>sys-apps/baselayout-1.11.14</c> or newer and want to |
48 |
+change to a specific address. However, if you need to change to a random |
49 |
+address, a random address of a given type or have an older baselayout, you have |
50 |
+to emerge <c>net-analyzer/macchanger</c>. |
51 |
</p> |
52 |
|
53 |
<pre caption="MAC Address change example"> |
54 |
|
55 |
|
56 |
|
57 |
-- |
58 |
gentoo-doc-cvs@g.o mailing list |