Gentoo Archives: gentoo-commits

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