From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NmfQi-0003Xe-OO for garchives@archives.gentoo.org; Wed, 03 Mar 2010 03:39:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1315E0DCF; Wed, 3 Mar 2010 03:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8303E0DCF for ; Wed, 3 Mar 2010 03:39:19 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5C4FA1B4219 for ; Wed, 3 Mar 2010 03:39:19 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NmfQb-00082m-Un for gentoo-doc-cvs@lists.gentoo.org; Wed, 03 Mar 2010 03:39:18 +0000 From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: partitioning-p2.xml X-VCS-Repository: gentoo X-VCS-Files: partitioning-p2.xml X-VCS-Directories: xml/htdocs/doc/en/articles X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: Sender: Joshua Saddler Date: Wed, 03 Mar 2010 03:39:17 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1e2a3d09-9101-491a-bed6-cc82c766fcbc X-Archives-Hash: b96985a68403cd9c0d49f72a6f5e72bb nightmorph 10/03/03 03:39:17 Modified: partitioning-p2.xml Log: Fix linking; I guess coreutils has changed since the article was origin= ally 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/arti= cles/partitioning-p2.xml?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/arti= cles/partitioning-p2.xml?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/arti= cles/partitioning-p2.xml?r1=3D1.7&r2=3D1.8 Index: partitioning-p2.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 Partitioning in action, Part 2 @@ -9,7 +9,7 @@ Daniel Robbins =20 @@ -24,8 +24,8 @@ document is an updated version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> =20 -1.3 -2005-10-09 +1.4 +2010-03-02 =20 Consolidating data @@ -209,8 +209,8 @@ =20
 # cd /
-# cp var var.old
-# cp tmp tmp.old
+# mv var var.old
+# mv tmp tmp.old
 
=20