Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Tue, 16 Aug 2005 22:14:55
Message-Id: 200508162214.j7GME2ET030086@robin.gentoo.org
1 neysx 05/08/16 22:14:44
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-system.xml
4 Log:
5 #102735 /etc/portage already exists, use -p to be on the safe side
6
7 Revision Changes Path
8 1.84 +4 -4 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.84&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.84&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml.diff?r1=1.83&r2=1.84&cvsroot=gentoo
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.83
18 retrieving revision 1.84
19 diff -u -r1.83 -r1.84
20 --- hb-install-system.xml 9 Aug 2005 09:43:58 -0000 1.83
21 +++ hb-install-system.xml 16 Aug 2005 22:14:44 -0000 1.84
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.83 2005/08/09 09:43:58 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.84 2005/08/16 22:14:44 neysx Exp $ -->
28
29 <sections>
30
31 -<version>2.10</version>
32 -<date>2005-08-09</date>
33 +<version>2.11</version>
34 +<date>2005-08-17</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -346,7 +346,7 @@
39 </p>
40
41 <pre caption="Activate the userlocales USE flag especially for glibc">
42 -# <i>mkdir /etc/portage</i>
43 +# <i>mkdir -p /etc/portage</i>
44 # <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i>
45 </pre>
46
47
48
49
50 --
51 gentoo-doc-cvs@g.o mailing list