summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-04-27 13:10:56 +0000
committerVlastimil Babka <caster@gentoo.org>2010-04-27 13:10:56 +0000
commit5961eb2ca43a5e6eef9caa2d7dee385cee3cb7b8 (patch)
tree8af87eb599ec7e353bcaa51cd20d7b7261fe1fc0 /app-benchmarks/bootchart/files
parentRemove old testing (diff)
downloadhistorical-5961eb2ca43a5e6eef9caa2d7dee385cee3cb7b8.tar.gz
historical-5961eb2ca43a5e6eef9caa2d7dee385cee3cb7b8.tar.bz2
historical-5961eb2ca43a5e6eef9caa2d7dee385cee3cb7b8.zip
Revbump to fix USE=acct, bug #317451 thanks to Christian Ruppert <idl0r@gentoo.org>. 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.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-benchmarks/bootchart/files')
-rw-r--r--app-benchmarks/bootchart/files/accton.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-benchmarks/bootchart/files/accton.patch b/app-benchmarks/bootchart/files/accton.patch
new file mode 100644
index 000000000000..913507964e1b
--- /dev/null
+++ b/app-benchmarks/bootchart/files/accton.patch
@@ -0,0 +1,11 @@
+--- ./script/bootchartd.old 2010-04-27 12:42:10.182669159 +0200
++++ ./script/bootchartd 2010-04-27 12:42:30.276764465 +0200
+@@ -154,7 +154,7 @@ stop()
+ # Stop process accounting if configured
+ local pacct=
+ if [ "$PROCESS_ACCOUNTING" = "yes" ]; then
+- accton
++ accton off
+ pacct=kernel_pacct
+ fi
+