Remove PORTAGE_IONICE_COMMAND setting since it's commented out.
authorZac Medico <zmedico@gentoo.org>
Wed, 19 Nov 2008 22:51:08 +0000 (22:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 19 Nov 2008 22:51:08 +0000 (22:51 -0000)
svn path=/main/trunk/; revision=12004

cnf/make.globals

index 8b9db7a04f7e223f8c973fbc75ac07aa3975e8be..5e4a055abb4f845800813c55c487766d6eab013b 100644 (file)
@@ -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"