Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-advanced.xml
Date: Sat, 11 May 2013 10:56:28
Message-Id: 20130511105622.40F352171D@flycatcher.gentoo.org
1 swift 13/05/11 10:56:22
2
3 Modified: hb-net-advanced.xml
4 Log:
5 Fix bug #469090 - Correct numbering in file as rule needs to be between 76 and 79
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/handbook/hb-net-advanced.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml?r1=1.20&r2=1.21
13
14 Index: hb-net-advanced.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-net-advanced.xml 8 May 2013 06:28:15 -0000 1.20
21 +++ hb-net-advanced.xml 11 May 2013 10:56:22 -0000 1.21
22 @@ -4,7 +4,7 @@
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-advanced.xml,v 1.20 2013/05/08 06:28:15 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-advanced.xml,v 1.21 2013/05/11 10:56:22 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 before we learn about modular networking.
33 </abstract>
34
35 -<version>13</version>
36 -<date>2013-05-07</date>
37 +<version>14</version>
38 +<date>2013-05-11</date>
39
40 <section>
41 <title>Advanced Configuration</title>
42 @@ -342,7 +342,7 @@
43 ID_NET_NAME_MAC=enxc80aa9429d76
44 ID_OUI_FROM_DATABASE=Quanta Computer Inc.
45
46 -# <i>vim /etc/udev/rules.d/70-net-name-use-custom.rules</i>
47 +# <i>vim /etc/udev/rules.d/76-net-name-use-custom.rules</i>
48 <comment># First one uses MAC information</comment>
49 SUBSYSTEM=="net", ACTION=="add", ENV{ID_NET_NAME_MAC}=="enxc80aa9429d76", NAME="lan0"
50 <comment># Second one uses ID_NET_NAME_PATH information</comment>
51 @@ -352,7 +352,9 @@
52 <p>
53 Because the rules are triggered before the default one (rules are triggered in
54 alphanumerical order, so 70 comes before 80) the names provided in the rule file
55 -will be used instead of the default ones.
56 +will be used instead of the default ones. The number granted to the file should
57 +be between 76 and 79 (the environment variables are defined by a rule start
58 +starts with 75 and the fallback naming is done in a rule numbered 80).
59 </p>
60
61 </body>