Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Wed, 24 Jul 2013 21:04:30
Message-Id: 20130724210425.5E6812171C@flycatcher.gentoo.org
1 swift 13/07/24 21:04:25
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #466514 - Drop mkdir and paragraph on extraction
6
7 Revision Changes Path
8 1.135 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.135&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.135&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.134&r2=1.135
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.134
18 retrieving revision 1.135
19 diff -u -r1.134 -r1.135
20 --- hb-install-system.xml 24 Jul 2013 21:01:54 -0000 1.134
21 +++ hb-install-system.xml 24 Jul 2013 21:04:25 -0000 1.135
22 @@ -4,7 +4,7 @@
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/hb-install-system.xml,v 1.134 2013/07/24 21:01:54 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.135 2013/07/24 21:04:25 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,7 +14,7 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>26</version>
36 +<version>27</version>
37 <date>2013-07-24</date>
38
39 <section>
40 @@ -162,7 +162,6 @@
41 <p>
42 You now have to install a Portage snapshot, a collection of files that inform
43 Portage what software titles you can install, which profiles are available, etc.
44 -The contents of this snapshot will be extracted to <path>/usr/portage</path>.
45 </p>
46
47 <p>
48 @@ -172,7 +171,6 @@
49 </p>
50
51 <pre caption="Running emerge-webrsync to install a Portage snapshot">
52 -# <i>mkdir /usr/portage</i>
53 # <i>emerge-webrsync</i>
54 </pre>