From dc3dcf67b7f26e4619f7bdb0987364963834aab2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 4 Dec 2008 20:27:54 +0000 Subject: Enable FEATURES=fixpackages by default since the performance is pretty reasonable now. Thanks to Jeremy Olexa for the suggestion. svn path=/main/trunk/; revision=12153 --- cnf/make.globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 5e4a055a..18255815 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -38,7 +38,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="distlocks parallel-fetch protect-owned sandbox +FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" # Ignore file collisions in /lib/modules since files inside this directory -- cgit v1.2.3-65-gdbad