Gentoo Archives: gentoo-commits

From: "Marius Mauch (genone)" <genone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11291 - main/trunk/cnf
Date: Thu, 31 Jul 2008 04:51:36
Message-Id: E1KOQ8U-0003u1-2y@stork.gentoo.org
1 Author: genone
2 Date: 2008-07-31 04:51:33 +0000 (Thu, 31 Jul 2008)
3 New Revision: 11291
4
5 Modified:
6 main/trunk/cnf/make.globals
7 Log:
8 disable default IONICE command as it breaks for non-root, and ionice might not always be available
9
10 Modified: main/trunk/cnf/make.globals
11 ===================================================================
12 --- main/trunk/cnf/make.globals 2008-07-31 03:46:10 UTC (rev 11290)
13 +++ main/trunk/cnf/make.globals 2008-07-31 04:51:33 UTC (rev 11291)
14 @@ -63,7 +63,8 @@
15 PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
16
17 # Command called to adjust the io priority of portage and it's subprocesses.
18 -PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
19 +# Note: should be wrapped inside a uid check
20 +#PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
21
22 # Number of times 'emerge --sync' will run before giving up.
23 PORTAGE_RSYNC_RETRIES="3"