projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d0edf
)
disable default IONICE command as it breaks for non-root, and ionice might not always...
author
Marius Mauch
<genone@gentoo.org>
Thu, 31 Jul 2008 04:51:33 +0000
(
04:51
-0000)
committer
Marius Mauch
<genone@gentoo.org>
Thu, 31 Jul 2008 04:51:33 +0000
(
04:51
-0000)
svn path=/main/trunk/; revision=11291
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index f63fae2805a4a5841cd938dafc331f6101b5e769..005961628060faecf9ef66e50f88694dcb1445c0 100644
(file)
--- 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"