rane 06/01/03 07:32:56 Modified: xml/htdocs/doc/en/handbook hb-net-modules.xml Log: #117511, older baselayouts don't handle MAC changes without having macchanger installed
Revision Changes Path 1.11 +8 -7 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.11&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.11&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.10&r2=1.11&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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hb-net-modules.xml 22 Dec 2005 19:55:49 -0000 1.10 +++ hb-net-modules.xml 3 Jan 2006 07:32:56 -0000 1.11 @@ -4,12 +4,12 @@ <!-- 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.10 2005/12/22 19:55:49 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.11 2006/01/03 07:32:56 rane Exp $ --> <sections> -<version>1.5</version> -<date>2005-12-22</date> +<version>1.6</version> +<date>2006-01-03</date> <section> <title>Network Modules</title> @@ -340,10 +340,11 @@ <body> <p> -You don't need to emerge anything for changing the MAC address of your interface -if you change to a specific address. However, if you need to change to a random -address or a random address of a given type then you need to emerge -<c>net-analyzer/macchanger</c>. +You don't need to emerge anything for changing the MAC address of your +interface if you have <c>sys-apps/baselayout-1.11.14</c> or newer and want to +change to a specific address. However, if you need to change to a random +address, a random address of a given type or have an older baselayout, you have +to emerge <c>net-analyzer/macchanger</c>. </p> <pre caption="MAC Address change example"> -- [email protected] mailing list
