diff options
author | 2007-06-13 07:21:59 +0000 | |
---|---|---|
committer | 2007-06-13 07:21:59 +0000 | |
commit | a133cb89d5279df7febcd0c8ab3890e2ccfb897a (patch) | |
tree | 331ca7ff23baf26ad5e917977dca065875b7c0e9 /cnf | |
parent | Fix dblink.isowner() so it works properly when ROOT!=/. (diff) | |
download | portage-idfetch-a133cb89d5279df7febcd0c8ab3890e2ccfb897a.tar.gz portage-idfetch-a133cb89d5279df7febcd0c8ab3890e2ccfb897a.tar.bz2 portage-idfetch-a133cb89d5279df7febcd0c8ab3890e2ccfb897a.zip |
For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to remove files more aggressively. If a file is not claimed by another package in the same slot and it is not protected by CONFIG_PROTECT, unmerge it even if the modification time or checksum differs from the file that was originally installed. This is enabled in make.globals since the vast majority of users probably want this.
svn path=/main/trunk/; revision=6829
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.globals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 61e42664..d180c538 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -33,7 +33,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${ RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${URI}" # Default user options -FEATURES="sandbox distlocks metadata-transfer" +FEATURES="sandbox distlocks metadata-transfer unmerge-orphans" # Default chunksize for binhost comms PORTAGE_BINHOST_CHUNKSIZE="3000" |