Gentoo Archives: gentoo-commits

From: "Vladimir Romanov (blueboar)" <blueboar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ru/handbook: hb-net-modules.xml
Date: Tue, 31 Dec 2013 05:20:46
Message-Id: 20131231052042.EF2FF2004C@flycatcher.gentoo.org
1 blueboar 13/12/31 05:20:42
2
3 Modified: hb-net-modules.xml
4 Log:
5 sync with English
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/ru/handbook/hb-net-modules.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-modules.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-modules.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ru/handbook/hb-net-modules.xml?r1=1.7&r2=1.8
13
14 Index: hb-net-modules.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ru/handbook/hb-net-modules.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-net-modules.xml 16 Aug 2013 17:29:22 -0000 1.7
21 +++ hb-net-modules.xml 31 Dec 2013 05:20:42 -0000 1.8
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/ru/handbook/hb-net-modules.xml,v 1.7 2013/08/16 17:29:22 blueboar Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ru/handbook/hb-net-modules.xml,v 1.8 2013/12/31 05:20:42 blueboar Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 сетей (VLAN) и т.п.
33 </abstract>
34
35 -<version>9</version>
36 -<date>2013-08-15</date>
37 +<version>10</version>
38 +<date>2013-12-17</date>
39
40 <section>
41 <title>Сетевые модули</title>
42 @@ -269,10 +269,9 @@
43
44 <impo>
45 Пожалуйста, внимательно прочитайте раздел по ADSL и PPP в файле
46 -<path>/usr/share/doc/openrc-0.8.3-r1/net.example.bz2</path>. В нем содержатся гораздо более
47 +<path>/usr/share/doc/netifrc-*/net.example.bz2</path>. В нем содержатся гораздо более
48 детальные объяснения всех настроек, которые, скорее всего, понадобятся
49 -в вашем конкретном случае. Конечно, замените <c>0.8.3</c> на номер версии
50 -OpenRC, которая установлена на вашей системе.
51 +в вашем конкретном случае.
52 </impo>
53
54 </body>
55 @@ -366,7 +365,9 @@
56
57 <pre caption="Настройка моста в /etc/conf.d/net">
58 <comment># настройка моста: подробности в "man brctl"</comment>
59 -brctl_br0="setfd 0" "sethello 0" "stp off"
60 +brctl_br0="setfd 0
61 +sethello 2
62 +stp on"
63
64 <comment># включаем порты в мост br0</comment>
65 bridge_br0="eth0 eth1"
66 @@ -503,8 +504,8 @@
67
68 <!-- *$Localization:
69 target-language: Russian
70 -target-date: 2013-08-15
71 -source-cvs-revision: 1.28
72 +target-date: 2013-12-17
73 +source-cvs-revision: 1.30
74 translated-by: Analyzer <subscribe2k@××××××.ru>
75 edited-by: Alexey Chumakov <achumakov@g.o>
76 edited-by: Vladimir Romanov <blueboar2@×××××.com>