Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml
Date: Mon, 21 Aug 2006 10:25:11
Message-Id: 20060821102157.CABDD64AB8@smtp.gentoo.org
1 vapier 06/08/21 10:21:57
2
3 Modified: home-router-howto.xml
4 Log:
5 add missing spaces
6
7 Revision Changes Path
8 1.49 xml/htdocs/doc/en/home-router-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.49&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.49&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.48&r2=1.49
13
14 Index: home-router-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
17 retrieving revision 1.48
18 retrieving revision 1.49
19 diff -u -r1.48 -r1.49
20 --- home-router-howto.xml 12 Aug 2006 12:18:55 -0000 1.48
21 +++ home-router-howto.xml 21 Aug 2006 10:21:57 -0000 1.49
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.48 2006/08/12 12:18:55 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.49 2006/08/21 10:21:57 vapier Exp $ -->
27
28 <guide link="/doc/en/home-router-howto.xml" lang="en">
29 <title>Home Router Guide</title>
30 @@ -104,9 +104,9 @@
31
32 <p>
33 If you do not see your two cards showing up and you're not sure what kind of
34 -cards you have, try running <c>lspci | grep Ethernet</c>. You can get that from
35 -<c>emerge pciutils</c>. Once you have this information, go into your kernel and
36 -add support for the correct drivers.
37 +cards you have, try running <c>lspci | grep Ethernet</c>. You can get that
38 +from <c>emerge pciutils</c>. Once you have this information, go into your
39 +kernel and add support for the correct drivers.
40 </p>
41
42 <p>
43 @@ -965,11 +965,11 @@
44 </pre>
45
46 <p>
47 -The trick is to know where dhcpd is sending its output. Simply browse to
48 -<path>/var/log</path> and read the log files. Since the exact log file depends
49 +The trick is to know where dhcpd is sending its output. Simply browse to
50 +<path>/var/log</path> and read the log files. Since the exact log file depends
51 on the package you are using as a syslog, try running <c>grep -Rl dhcpd
52 -/var/log</c> to narrow down the possibilities. Chances are you made a typo in
53 -your config file. You could also try running <c>dhcpd -d -f</c> (short for
54 +/var/log</c> to narrow down the possibilities. Chances are you made a typo in
55 +your config file. You could also try running <c>dhcpd -d -f</c> (short for
56 debug / foreground) and debug the error based upon the output.
57 </p>
58
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list