Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13289 - main/trunk/cnf
Date: Fri, 03 Apr 2009 22:27:23
Message-Id: E1Lprr6-0007R0-CR@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-03 22:27:18 +0000 (Fri, 03 Apr 2009)
3 New Revision: 13289
4
5 Modified:
6 main/trunk/cnf/make.conf
7 Log:
8 Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil Babka
9 <caster@g.o> for the suggestion.
10
11
12 Modified: main/trunk/cnf/make.conf
13 ===================================================================
14 --- main/trunk/cnf/make.conf 2009-04-03 19:03:12 UTC (rev 13288)
15 +++ main/trunk/cnf/make.conf 2009-04-03 22:27:18 UTC (rev 13289)
16 @@ -228,6 +228,11 @@
17 # reduce it further. Default is unset.
18 #PORTAGE_NICENESS=3
19 #
20 +# PORTAGE_IONICE_COMMAND provides a command for portage to call in order to
21 +# adjust the io priority of portage and it's subprocesses. Default is
22 +# unset.
23 +#PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
24 +#
25 # AUTOCLEAN enables portage to automatically clean out older or overlapping
26 # packages from the system after every successful merge. This is the
27 # same as running 'emerge -c' after every merge. Set with: "yes" or "no".