I just downgraded portage from 2.0.47-r2 to 2.0.46-r12. etc-update lists 1)/etc/make.globals Now I know we are not supposed to edit make.globals and don't ever recall seeing it come up in etc-update. We should edit make.conf instead to make changes in make.global.
porc2 root # etc-update Scanning Configuration files... Automerging trivial changes in: etc-update.conf Automerging trivial changes in: fam The following is the list of files which need updating, each configuration file is followed by a list of possible replacement files. 1) /etc/make.globals /etc/._cfg0000_make.globals Please select a file to edit by entering the corresponding number (-1 t o exit): 1 Showing differences between /etc/make.globals and /etc/._cfg0000_make.g lobals --- /etc/make.globals 2003-02-18 18:41:58.000000000 -0800 +++ /etc/._cfg0000_make.globals 2003-02-22 17:13:15.000000000 -0800 @@ -1,6 +1,5 @@ # Copyright 2002 Daniel Robbins, Gentoo Technologies, Inc. # System-wide defaults for the Portage system -# $Header: /home/cvsroot/gentoo-src/portage/cnf/make.globals,v 1.45 20 03/02/16 13:57:39 carpaski Exp $ # ***************************** # ** DO NOT EDIT THIS FILE ** @@ -39,7 +38,7 @@ #DEBUGBUILD=true # Default maintainer options -#FEATURES="digest sandbox noclean noauto buildpkg usersandbox" +#FEATURES="digest sandbox noclean noauto buildpkg" # Default user options FEATURES="sandbox ccache" @@ -56,8 +55,6 @@ # Number of times 'emerge rsync' will run before giving up. RSYNC_RETRIES="3" -# Number of seconds rsync will wait before timing out. -RSYNC_TIMEOUT="180" # ***************************** # ** DO NOT EDIT THIS FILE ** As you can see most of the changes are minor. FEATURES is commented in my make.conf. I just use the system defaults. RSYNC_TIMEOUT can be simply commented as well. That leaves only the header line to change.Should I replace the original make.globals with the new one or just edit make.conf and forget about the header? Powered by GENTOO LINUX -- [EMAIL PROTECTED] mailing list
