vapier 06/04/09 17:22:49 Modified: home-router-howto.xml Log: fix paths to dhcp server config files as pointed out by Harold Naparst via e-mail
Revision Changes Path 1.44 xml/htdocs/doc/en/home-router-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.44&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.44&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.43&r2=1.44&cvsroot=gentoo Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- home-router-howto.xml 29 Mar 2006 01:30:31 -0000 1.43 +++ home-router-howto.xml 9 Apr 2006 17:22:49 -0000 1.44 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.43 2006/03/29 01:30:31 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.44 2006/04/09 17:22:49 vapier Exp $ --> <guide link="/doc/en/home-router-howto.xml" lang="en"> <title>Home Router Guide</title> @@ -17,8 +17,8 @@ <!-- The content of this document is released into the public domain --> <license/> -<version>1.26</version> -<date>2006-03-28</date> +<version>1.27</version> +<date>2006-04-09</date> <chapter> <title>Introduction</title> @@ -851,10 +851,10 @@ option routers 192.168.0.1; option domain-name-servers 192.168.0.1; } -# <i>nano /etc/conf.d/dhcp</i> +# <i>nano /etc/conf.d/dhcpd</i> <comment>(Set IFACE="eth0")</comment> -# <i>rc-update add dhcp default</i> -# <i>/etc/init.d/dhcp start</i> +# <i>rc-update add dhcpd default</i> +# <i>/etc/init.d/dhcpd start</i> </pre> <p> -- [email protected] mailing list
