Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-1.3.4-terser-munin-graph.patch munin-1.3.2-plugins.conf
Date: Wed, 26 Aug 2009 20:32:04
Message-Id: E1MgSCj-0004dA-7z@stork.gentoo.org
1 robbat2 09/08/26 23:47:01
2
3 Added: munin-1.3.4-terser-munin-graph.patch
4 munin-1.3.2-plugins.conf
5 Log:
6 Restore files/munin-1.3.2-plugins.conf that is used by all ebuilds. Bug #276637: fix overly verbose munin-graph debug output.
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/munin/files/munin-1.3.4-terser-munin-graph.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/munin-1.3.4-terser-munin-graph.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/munin-1.3.4-terser-munin-graph.patch?rev=1.1&content-type=text/plain
14
15 Index: munin-1.3.4-terser-munin-graph.patch
16 ===================================================================
17 diff -Nuar munin-1.3.4.orig/server/munin-graph.in munin-1.3.4/server/munin-graph.in
18 --- munin-1.3.4.orig/server/munin-graph.in 2009-08-26 23:10:11.942546516 +0000
19 +++ munin-1.3.4/server/munin-graph.in 2009-08-26 23:37:53.639047143 +0000
20 @@ -476,12 +476,12 @@
21 my $graphable = munin_get ($service, "graphable", 0);;
22 if (!$graphable) {
23 foreach my $field (@{munin_get_field_order ($service)}) {
24 - logger ("DEBUG: single_value: Checking field \"$field\".");
25 + logger ("DEBUG: single_value: Checking field \"$field\".") if $DEBUG;
26 $graphable++ if munin_draw_field ($service->{$field});
27 }
28 munin_set_var_loc ($service, ["graphable"], $graphable);
29 }
30 - logger ("Debug: service ". join (' :: ', @{munin_get_node_loc ($service)}) ." has $graphable elements.");
31 + logger ("Debug: service ". join (' :: ', @{munin_get_node_loc ($service)}) ." has $graphable elements.") if $DEBUG;
32 return ($graphable == 1);
33 }
34
35
36
37
38 1.3 net-analyzer/munin/files/munin-1.3.2-plugins.conf
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/munin-1.3.2-plugins.conf?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/munin-1.3.2-plugins.conf?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/files/munin-1.3.2-plugins.conf?r1=1.2&r2=1.3