summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-24 22:16:20 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-24 22:16:20 +0000
commit5130142391785cf8336666b1bb4b8c00962e1a82 (patch)
tree44fc190f03dfe1891c1e51485eafc6e58119ea0c /man/make.conf.5
parent39ee57ea5760c13d9e892c6a057ee7913f818d34 (diff)
downloadportage-5130142391785cf8336666b1bb4b8c00962e1a82.tar.gz
portage-5130142391785cf8336666b1bb4b8c00962e1a82.tar.bz2
portage-5130142391785cf8336666b1bb4b8c00962e1a82.zip
* Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails.
* Document that PORTAGE_IONICE_COMMAND can be disabled by setting it to an empty string. svn path=/main/trunk/; revision=11183
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.52
1 files changed, 2 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 36db9d536..875060da2 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -464,6 +464,8 @@ This variable should contain a command for portage to call in order
to adjust the io priority of portage and it's subprocesses. The command
string should contain a \\${PID} place-holder that will be substituted
with an integer pid. For more information about ionice, see \fBionice\fR(1).
+Set this variable to an empty string if you do not want portage to call
+ionice.
.br
Defaults to "ionice -c 2 -n 7 -p \\${PID}".
.TP