Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/bootchart/files: accton.patch
Date: Tue, 27 Apr 2010 13:11:00
Message-Id: 20100427131056.5B2F92C043@corvid.gentoo.org
1 caster 10/04/27 13:10:56
2
3 Added: accton.patch
4 Log:
5 Revbump to fix USE=acct, bug #317451 thanks to Christian Ruppert <idl0r@g.o>. Update postinst message for genkernel case, bug #275251. Move to EAPI=2 and improve usage of java eclasses. Add maintainer-needed to metadata, as java is only optional here and a dedicated maintainer would be better.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-benchmarks/bootchart/files/accton.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bootchart/files/accton.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bootchart/files/accton.patch?rev=1.1&content-type=text/plain
13
14 Index: accton.patch
15 ===================================================================
16 --- ./script/bootchartd.old 2010-04-27 12:42:10.182669159 +0200
17 +++ ./script/bootchartd 2010-04-27 12:42:30.276764465 +0200
18 @@ -154,7 +154,7 @@ stop()
19 # Stop process accounting if configured
20 local pacct=
21 if [ "$PROCESS_ACCOUNTING" = "yes" ]; then
22 - accton
23 + accton off
24 pacct=kernel_pacct
25 fi