From c75779b2a5f0674681a7cbb42c364ba010572a4c Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 31 Jul 2008 04:51:33 +0000 Subject: disable default IONICE command as it breaks for non-root, and ionice might not always be available svn path=/main/trunk/; revision=11291 --- cnf/make.globals | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cnf/make.globals') diff --git a/cnf/make.globals b/cnf/make.globals index f63fae28..00596162 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" -- cgit v1.2.3-18-g5258