summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-19 22:51:08 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-19 22:51:08 +0000
commit3a22aca8ad3eaef629f9abc5ddb0b8e976d82984 (patch)
treef9e17ecdb0e94e4d1b561412fea817d0f141a475 /cnf
parentBug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is (diff)
downloadportage-idfetch-3a22aca8ad3eaef629f9abc5ddb0b8e976d82984.tar.gz
portage-idfetch-3a22aca8ad3eaef629f9abc5ddb0b8e976d82984.tar.bz2
portage-idfetch-3a22aca8ad3eaef629f9abc5ddb0b8e976d82984.zip
Remove PORTAGE_IONICE_COMMAND setting since it's commented out.
svn path=/main/trunk/; revision=12004
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 8b9db7a0..5e4a055a 100644
--- 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"