Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Sat, 12 Aug 2006 02:05:56
Message-Id: 20060812020536.9AAFC64748@smtp.gentoo.org
1 nightmorph 06/08/12 02:05:35
2
3 Modified: hb-install-config.xml
4 Log:
5 Updated networkless hb-install-config for bug 142265
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?r1=1.2&r2=1.3
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-config.xml 11 Aug 2006 16:31:53 -0000 1.2
21 +++ hb-install-config.xml 12 Aug 2006 02:05:35 -0000 1.3
22 @@ -4,11 +4,11 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml,v 1.2 2006/08/11 16:31:53 josejx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml,v 1.3 2006/08/12 02:05:35 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>6.3</version>
32 +<version>6.4</version>
33 <date>2006-08-11</date>
34
35 <section>
36 @@ -194,10 +194,10 @@
37 </p>
38
39 <pre caption="Setting the domainname">
40 -# <i>nano -w /etc/conf.d/domainname</i>
41 +# <i>nano -w /etc/conf.d/net</i>
42
43 -<comment>(Set the DNSDOMAIN variable to your domain name)</comment>
44 -DNSDOMAIN="<i>homenetwork</i>"
45 +<comment>(Set the dns_domain variable to your domain name)</comment>
46 +dns_domain_lo="<i>homenetwork</i>"
47 </pre>
48
49 <p>
50 @@ -206,10 +206,10 @@
51 </p>
52
53 <pre caption="Setting the NIS domainname">
54 -# <i>nano -w /etc/conf.d/domainname</i>
55 +# <i>nano -w /etc/conf.d/net</i>
56
57 -<comment>(Set the NISDOMAIN variable to your NIS domain name)</comment>
58 -NISDOMAIN="<i>my-nisdomain</i>"
59 +<comment>(Set the nis_domain variable to your NIS domain name)</comment>
60 +nis_domain_lo="<i>my-nisdomain</i>"
61 </pre>
62
63 </body>
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list