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 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.43 2012/07/24 12:12:51 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.44 2012/10/31 18:17:54 swift Exp $ --> <guide> <title>Gentoo Upgrading Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2012-07-24</date> +<version>4</version> +<date>2012-10-31</date> <chapter> <title>Gentoo and Upgrades</title> @@ -240,7 +240,8 @@ <pre caption="Changing profiles manually"> # <i>rm /etc/portage/make.profile</i> -# <i>ln -s ../usr/portage/profiles/</i><selected profile><i> /etc/portage/make.profile</i> +# <i>cd /etc/portage</i> +# <i>ln -s ../../usr/portage/profiles/</i><selected profile><i> make.profile</i> </pre> <note>
