public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: partitioning-p2.xml
@ 2010-03-03  3:39 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-03-03  3:39 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    10/03/03 03:39:17

  Modified:             partitioning-p2.xml
  Log:
  Fix linking; I guess coreutils has changed since the article was originally written. The old way didn't create the proper symlinks. bug 302527.

Revision  Changes    Path
1.8                  xml/htdocs/doc/en/articles/partitioning-p2.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?r1=1.7&r2=1.8

Index: partitioning-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- partitioning-p2.xml	3 Mar 2010 03:29:26 -0000	1.7
+++ partitioning-p2.xml	3 Mar 2010 03:39:17 -0000	1.8
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.7 2010/03/03 03:29:26 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.8 2010/03/03 03:39:17 nightmorph Exp $ -->
 
 <guide disclaimer="articles">
 <title>Partitioning in action, Part 2</title>
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <!--<author title="Editor">
-  <mail link="jackdark@gmail.com">Joshua Saddler</mail>
+  <mail link="nightmorph"/>
 </author>-->
 
 <abstract>
@@ -24,8 +24,8 @@
 document is an updated version of the original article, and contains
 various improvements made by the Gentoo Linux Documentation team -->
 
-<version>1.3</version>
-<date>2005-10-09</date>
+<version>1.4</version>
+<date>2010-03-02</date>
 
 <chapter>
 <title>Consolidating data</title>
@@ -209,8 +209,8 @@
 
 <pre caption="Backing up the directories">
 # <i>cd /</i>
-# <i>cp var var.old</i>
-# <i>cp tmp tmp.old</i>
+# <i>mv var var.old</i>
+# <i>mv tmp tmp.old</i>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: partitioning-p2.xml
@ 2010-03-03  3:29 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-03-03  3:29 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    10/03/03 03:29:26

  Modified:             partitioning-p2.xml
  Log:
  misc small fixes, no content change

Revision  Changes    Path
1.7                  xml/htdocs/doc/en/articles/partitioning-p2.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml?r1=1.6&r2=1.7

Index: partitioning-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- partitioning-p2.xml	9 Oct 2005 17:13:23 -0000	1.6
+++ partitioning-p2.xml	3 Mar 2010 03:29:26 -0000	1.7
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.7 2010/03/03 03:29:26 nightmorph Exp $ -->
 
-<guide link="/doc/en/articles/partitioning-p2.xml" disclaimer="articles">
+<guide disclaimer="articles">
 <title>Partitioning in action, Part 2</title>
 
 <author title="Author">
@@ -157,7 +157,7 @@
 </pre>
 
 <p>
-If you're prompted to enter a password to perform system maintanance, do so.
+If you're prompted to enter a password to perform system maintenance, do so.
 You should now have a root shell, and all unnecessary daemons will be stopped.
 Create a new location for our <path>/var</path> files by typing:
 </p>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-03  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03  3:39 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: partitioning-p2.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-03  3:29 Joshua Saddler (nightmorph)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox