Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: partitioning-p2.xml
Date: Wed, 03 Mar 2010 03:39:27
Message-Id: E1NmfQb-00082m-Un@stork.gentoo.org
1 nightmorph 10/03/03 03:39:17
2
3 Modified: partitioning-p2.xml
4 Log:
5 Fix linking; I guess coreutils has changed since the article was originally written. The old way didn't create the proper symlinks. bug 302527.
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/articles/partitioning-p2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?r1=1.7&r2=1.8
13
14 Index: partitioning-p2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- partitioning-p2.xml 3 Mar 2010 03:29:26 -0000 1.7
21 +++ partitioning-p2.xml 3 Mar 2010 03:39:17 -0000 1.8
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/articles/partitioning-p2.xml,v 1.7 2010/03/03 03:29:26 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.8 2010/03/03 03:39:17 nightmorph Exp $ -->
27
28 <guide disclaimer="articles">
29 <title>Partitioning in action, Part 2</title>
30 @@ -9,7 +9,7 @@
31 <mail link="drobbins@g.o">Daniel Robbins</mail>
32 </author>
33 <!--<author title="Editor">
34 - <mail link="jackdark@×××××.com">Joshua Saddler</mail>
35 + <mail link="nightmorph"/>
36 </author>-->
37
38 <abstract>
39 @@ -24,8 +24,8 @@
40 document is an updated version of the original article, and contains
41 various improvements made by the Gentoo Linux Documentation team -->
42
43 -<version>1.3</version>
44 -<date>2005-10-09</date>
45 +<version>1.4</version>
46 +<date>2010-03-02</date>
47
48 <chapter>
49 <title>Consolidating data</title>
50 @@ -209,8 +209,8 @@
51
52 <pre caption="Backing up the directories">
53 # <i>cd /</i>
54 -# <i>cp var var.old</i>
55 -# <i>cp tmp tmp.old</i>
56 +# <i>mv var var.old</i>
57 +# <i>mv tmp tmp.old</i>
58 </pre>
59
60 <p>