From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B912E138010 for ; Wed, 31 Oct 2012 21:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C6521C07E for ; Wed, 31 Oct 2012 21:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6B6CE06D6 for ; Wed, 31 Oct 2012 18:17:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32D4B33D7F4 for ; Wed, 31 Oct 2012 18:17:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id F117021600; Wed, 31 Oct 2012 18:17:54 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-upgrading.xml X-VCS-Repository: gentoo X-VCS-Files: gentoo-upgrading.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121031181754.F117021600@flycatcher.gentoo.org> Date: Wed, 31 Oct 2012 18:17:54 +0000 (UTC) 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 X-Archives-Salt: 687704e5-df58-42ae-a039-a3636ae9c3b7 X-Archives-Hash: 2912a83a23e6cef56f925c8c1459c58c swift 12/10/31 18:17:54 Modified: gentoo-upgrading.xml Log: Fix bug #440374 - Wrong location of profile due to move of make.profile from /etc to /etc/profile Revision Changes Path 1.44 xml/htdocs/doc/en/gentoo-upgrading.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?r1=1.43&r2=1.44 Index: gentoo-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- gentoo-upgrading.xml 24 Jul 2012 12:12:51 -0000 1.43 +++ gentoo-upgrading.xml 31 Oct 2012 18:17:54 -0000 1.44 @@ -1,6 +1,6 @@ - + Gentoo Upgrading Guide @@ -23,8 +23,8 @@ -3 -2012-07-24 +4 +2012-10-31 Gentoo and Upgrades @@ -240,7 +240,8 @@
 # rm /etc/portage/make.profile
-# ln -s ../usr/portage/profiles/<selected profile> /etc/portage/make.profile
+# cd /etc/portage
+# ln -s ../../usr/portage/profiles/<selected profile> make.profile