disable default IONICE command as it breaks for non-root, and ionice might not always...
authorMarius Mauch <genone@gentoo.org>
Thu, 31 Jul 2008 04:51:33 +0000 (04:51 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 31 Jul 2008 04:51:33 +0000 (04:51 -0000)
svn path=/main/trunk/; revision=11291

cnf/make.globals

index f63fae2805a4a5841cd938dafc331f6101b5e769..005961628060faecf9ef66e50f88694dcb1445c0 100644 (file)
@@ -63,7 +63,8 @@ PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
 PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
 
 # Command called to adjust the io priority of portage and it's subprocesses.
-PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
+# 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"