Gentoo Archives: gentoo-doc-cvs

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-network.xml
Date: Sat, 12 Jan 2013 23:11:55
Message-Id: 20130112231151.98D442171D@flycatcher.gentoo.org
1 vapier 13/01/12 23:11:51
2
3 Modified: hb-install-network.xml
4 Log:
5 change /sbin/ifconfig to just ifconfig since stable version of net-tools has moved it to /bin (and that is in peoples PATH) as pointed out by Torbjorn Granlund
6
7 Revision Changes Path
8 1.55 xml/htdocs/doc/en/handbook/hb-install-network.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.55&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.55&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?r1=1.54&r2=1.55
13
14 Index: hb-install-network.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v
17 retrieving revision 1.54
18 retrieving revision 1.55
19 diff -u -r1.54 -r1.55
20 --- hb-install-network.xml 26 Sep 2008 15:55:50 -0000 1.54
21 +++ hb-install-network.xml 12 Jan 2013 23:11:51 -0000 1.55
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-install-network.xml,v 1.54 2008/09/26 15:55:50 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v 1.55 2013/01/12 23:11:51 vapier Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 networking.
33 </abstract>
34
35 -<version>5.1</version>
36 -<date>2008-09-26</date>
37 +<version>5.2</version>
38 +<date>2013-01-12</date>
39
40 <section>
41 <title>Automatic Network Detection</title>
42 @@ -32,12 +32,12 @@
43 </p>
44
45 <p>
46 -If networking has been configured for you, the <c>/sbin/ifconfig</c> command
47 +If networking has been configured for you, the <c>ifconfig</c> command
48 should list some network interfaces besides lo, such as eth0:
49 </p>
50
51 -<pre caption="/sbin/ifconfig for a working network configuration">
52 -# <i>/sbin/ifconfig</i>
53 +<pre caption="ifconfig for a working network configuration">
54 +# <i>ifconfig</i>
55 <comment>(...)</comment>
56 eth0 Link encap:Ethernet HWaddr 00:50:BA:8F:61:7A
57 inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0