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-start.xml
Date: Fri, 29 Jun 2012 18:03:00
Message-Id: 20120629153213.991E42004B@flycatcher.gentoo.org
1 swift 12/06/29 15:32:13
2
3 Modified: hb-net-start.xml
4 Log:
5 Fix bug #416543 - Update starters instructions on networking to include DNS servers for static IP address configuration
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/handbook/hb-net-start.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml?r1=1.10&r2=1.11
13
14 Index: hb-net-start.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-net-start.xml 14 Aug 2011 16:12:13 -0000 1.10
21 +++ hb-net-start.xml 29 Jun 2012 15:32:13 -0000 1.11
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-start.xml,v 1.10 2011/08/14 16:12:13 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-start.xml,v 1.11 2012/06/29 15:32:13 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 environments.
33 </abstract>
34
35 -<version>9</version>
36 -<date>2011-08-13</date>
37 +<version>10</version>
38 +<date>2012-06-29</date>
39
40 <section>
41 <title>Getting started</title>
42 @@ -52,10 +52,12 @@
43 <comment># For static IP using CIDR notation</comment>
44 config_eth0="192.168.0.7/24"
45 routes_eth0="default via 192.168.0.1"
46 +dns_servers_eth0="192.168.0.1 8.8.8.8"
47
48 <comment># For static IP using netmask notation</comment>
49 config_eth0="192.168.0.7 netmask 255.255.255.0"
50 routes_eth0="default via 192.168.0.1"
51 +dns_servers_eth0="192.168.0.1 8.8.8.8"
52 </pre>
53
54 <note>