diff options
-rw-r--r-- | cnf/make.globals | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index f63fae280..005961628 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -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" |