From 5961eb2ca43a5e6eef9caa2d7dee385cee3cb7b8 Mon Sep 17 00:00:00 2001 From: Vlastimil Babka Date: Tue, 27 Apr 2010 13:10:56 +0000 Subject: Revbump to fix USE=acct, bug #317451 thanks to Christian Ruppert . 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 --- app-benchmarks/bootchart/files/accton.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-benchmarks/bootchart/files/accton.patch (limited to 'app-benchmarks/bootchart/files') 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 + -- cgit v1.2.3-65-gdbad