Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: gentoo-upgrading.xml
Date: Wed, 31 Oct 2012 18:18:11
Message-Id: 20121031181755.0BB0320E47@flycatcher.gentoo.org
1 swift 12/10/31 18:17:55
2
3 Modified: gentoo-upgrading.xml
4 Log:
5 Fix bug #440374 - Wrong location of profile due to move of make.profile from /etc to /etc/profile
6
7 Revision Changes Path
8 1.44 xml/htdocs/doc/en/gentoo-upgrading.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?r1=1.43&r2=1.44
13
14 Index: gentoo-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- gentoo-upgrading.xml 24 Jul 2012 12:12:51 -0000 1.43
21 +++ gentoo-upgrading.xml 31 Oct 2012 18:17:54 -0000 1.44
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/gentoo-upgrading.xml,v 1.43 2012/07/24 12:12:51 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.44 2012/10/31 18:17:54 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo Upgrading Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 -<date>2012-07-24</date>
36 +<version>4</version>
37 +<date>2012-10-31</date>
38
39 <chapter>
40 <title>Gentoo and Upgrades</title>
41 @@ -240,7 +240,8 @@
42
43 <pre caption="Changing profiles manually">
44 # <i>rm /etc/portage/make.profile</i>
45 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/portage/make.profile</i>
46 +# <i>cd /etc/portage</i>
47 +# <i>ln -s ../../usr/portage/profiles/</i>&lt;selected profile&gt;<i> make.profile</i>
48 </pre>
49
50 <note>