jkt 05/07/28 20:56:55 Modified: xml/htdocs/doc/en/handbook hb-portage-tools.xml Log: #100632, misc fixes to improve corectness of included instructions
Revision Changes Path 1.7 +8 -8 xml/htdocs/doc/en/handbook/hb-portage-tools.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-tools.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-tools.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-tools.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: hb-portage-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-tools.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-portage-tools.xml 20 Nov 2004 22:23:30 -0000 1.6 +++ hb-portage-tools.xml 28 Jul 2005 20:56:55 -0000 1.7 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-tools.xml,v 1.6 2004/11/20 22:23:30 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-tools.xml,v 1.7 2005/07/28 20:56:55 jkt Exp $ --> <sections> -<version>1.3</version> -<date>2004-10-24</date> +<version>1.4</version> +<date>2005-07-28</date> <section> <title>etc-update</title> @@ -20,7 +20,7 @@ <path>._cfg0000_<name></path> files. It provides an interactive merging setup and can also auto-merge trivial changes. <path>._cfg0000_<name></path> files are generated by Portage when it wants -to store a file in a directory protected by the CONFIG_PROTECT variable. +to overwrite a file in a directory protected by the CONFIG_PROTECT variable. </p> <p> @@ -44,7 +44,7 @@ </pre> <p> -If you enter <c>-1</c>, <c>etc-update</c> will exit without performing any +If you enter <c>-1</c>, <c>etc-update</c> will exit and discontinue any further changes. If you enter <c>-3</c> or <c>-5</c>, <e>all</e> listed configuration files will be overwritten with the newer versions. It is therefore very important to first select the configuration files that should not be @@ -167,9 +167,9 @@ </pre> <p> -The prebuilt packages will be stored in <path>/usr/portage/packages/All</path>. -Symbolic links pointing to these packages are placed in -<path>/usr/portage/packages/<category></path>. +The prebuilt packages will be stored in <path>$PKGDIR/All</path> +(<path>/usr/portage/packages/All</path> by default). Symbolic links pointing to +these packages are placed in <path>$PKGDIR/<category></path>. </p> </body> -- [email protected] mailing list
