projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2047f6c
)
Remove PORTAGE_IONICE_COMMAND setting since it's commented out.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Nov 2008 22:51:08 +0000
(22:51 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Nov 2008 22:51:08 +0000
(22:51 -0000)
svn path=/main/trunk/; revision=12004
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 8b9db7a04f7e223f8c973fbc75ac07aa3975e8be..5e4a055abb4f845800813c55c487766d6eab013b 100644
(file)
--- a/
cnf/make.globals
+++ b/
cnf/make.globals
@@
-71,10
+71,6
@@
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
# Minimum size of existing file for RESUMECOMMAND to be called.
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
-# Command called to adjust the io priority of portage and it's subprocesses.
-# Note: should be wrapped inside a uid check
-#PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
-
# Number of times 'emerge --sync' will run before giving up.
PORTAGE_RSYNC_RETRIES="3"