vapier 06/04/01 03:18:12 Modified: hb-net-modules.xml Log: make sure there is no ambiguity as to where the adsl settings go
Revision Changes Path 1.14 xml/htdocs/doc/en/handbook/hb-net-modules.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo Index: hb-net-modules.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-net-modules.xml 7 Jan 2006 16:15:45 -0000 1.13 +++ hb-net-modules.xml 1 Apr 2006 03:18:12 -0000 1.14 @@ -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-net-modules.xml,v 1.13 2006/01/07 16:15:45 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.14 2006/04/01 03:18:12 vapier Exp $ --> <sections> @@ -213,11 +213,11 @@ </warn> <p> -Now we need to instruct configure <c>eth0</c> to be an ADSL interface and enter -our username. +Now we need to configure <c>eth0</c> to be an ADSL interface and enter our +username by updating <path>/etc/conf.d/net</path>. </p> -<pre caption="Configure eth0 for ADSL"> +<pre caption="Configure eth0 for ADSL in /etc/conf.d/net"> config_eth0=( "adsl" ) adsl_user_eth0="username" </pre> -- [email protected] mailing list
