summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-19 22:53:25 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-19 22:53:25 +0000
commit273b8f499f2e24b840f1efe96c63892d3919a009 (patch)
treeb33cacda7ecaaed47b073458a65774f96ef9930d /cnf
parent941b9817620476c50696238c54a95c020759029f (diff)
downloadportage-273b8f499f2e24b840f1efe96c63892d3919a009.tar.gz
portage-273b8f499f2e24b840f1efe96c63892d3919a009.tar.bz2
portage-273b8f499f2e24b840f1efe96c63892d3919a009.zip
Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
unset by default. (trunk r12002:12004) svn path=/main/branches/2.1.6/; revision=12005
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals4
1 files changed, 0 insertions, 4 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 839b74fce..263aa358b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -68,10 +68,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"