vapier 13/01/12 23:11:51 Modified: hb-install-network.xml Log: 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
Revision Changes Path 1.55 xml/htdocs/doc/en/handbook/hb-install-network.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?r1=1.54&r2=1.55 Index: hb-install-network.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- hb-install-network.xml 26 Sep 2008 15:55:50 -0000 1.54 +++ hb-install-network.xml 12 Jan 2013 23:11:51 -0000 1.55 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v 1.54 2008/09/26 15:55:50 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v 1.55 2013/01/12 23:11:51 vapier Exp $ --> <sections> @@ -13,8 +13,8 @@ networking. </abstract> -<version>5.1</version> -<date>2008-09-26</date> +<version>5.2</version> +<date>2013-01-12</date> <section> <title>Automatic Network Detection</title> @@ -32,12 +32,12 @@ </p> <p> -If networking has been configured for you, the <c>/sbin/ifconfig</c> command +If networking has been configured for you, the <c>ifconfig</c> command should list some network interfaces besides lo, such as eth0: </p> -<pre caption="/sbin/ifconfig for a working network configuration"> -# <i>/sbin/ifconfig</i> +<pre caption="ifconfig for a working network configuration"> +# <i>ifconfig</i> <comment>(...)</comment> eth0 Link encap:Ethernet HWaddr 00:50:BA:8F:61:7A inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
