From: Zac Medico Date: Wed, 19 Nov 2008 22:51:08 +0000 (-0000) Subject: Remove PORTAGE_IONICE_COMMAND setting since it's commented out. X-Git-Tag: v2.2_rc15~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a22aca8ad3eaef629f9abc5ddb0b8e976d82984;p=portage.git Remove PORTAGE_IONICE_COMMAND setting since it's commented out. svn path=/main/trunk/; revision=12004 --- diff --git a/cnf/make.globals b/cnf/make.globals index 8b9db7a04..5e4a055ab 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"