packages: munin/munin.spec, munin/munin-timeout.patch (NEW) - fixed very st...

baggins baggins at pld-linux.org
Tue Dec 1 17:34:48 CET 2009


Author: baggins                      Date: Tue Dec  1 16:34:48 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed very stupid hardcoded timeout

---- Files affected:
packages/munin:
   munin.spec (1.74 -> 1.75) , munin-timeout.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/munin/munin.spec
diff -u packages/munin/munin.spec:1.74 packages/munin/munin.spec:1.75
--- packages/munin/munin.spec:1.74	Tue Dec  1 00:14:20 2009
+++ packages/munin/munin.spec	Tue Dec  1 17:34:43 2009
@@ -26,6 +26,7 @@
 Patch1:		%{name}-plugins.patch
 Patch2:		%{name}-templatedir.patch
 Patch3:		%{name}-separate-configs.patch
+Patch4:		%{name}-timeout.patch
 URL:		http://munin.sourceforge.net/
 BuildRequires:	html2text
 BuildRequires:	htmldoc
@@ -117,6 +118,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %if "%{_lib}" != "lib"
 sed -i -e 's|/usr/lib/mailman|%{_libdir}/mailman|g' plugins/node.d/mailman.in
@@ -302,6 +304,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2009/12/01 16:34:43  baggins
+- fixed very stupid hardcoded timeout
+
 Revision 1.74  2009/11/30 23:14:20  baggins
 - favicon and css are copied automagically by munin-html
 

================================================================
Index: packages/munin/munin-timeout.patch
diff -u /dev/null packages/munin/munin-timeout.patch:1.1
--- /dev/null	Tue Dec  1 17:34:48 2009
+++ packages/munin/munin-timeout.patch	Tue Dec  1 17:34:43 2009
@@ -0,0 +1,11 @@
+--- munin-1.4.0/master/lib/Munin/Master/Node.pm~	2009-11-27 12:17:17.000000000 +0100
++++ munin-1.4.0/master/lib/Munin/Master/Node.pm	2009-12-01 17:33:33.041187499 +0100
+@@ -27,7 +27,7 @@
+         tls     => undef,
+         socket  => undef,
+         master_capabilities => qw(multigraph),
+-        io_timeout => 5,
++        io_timeout => $config->{timeout},
+ 	configref => $configref,
+     };
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/munin/munin.spec?r1=1.74&r2=1.75&f=u



More information about the pld-cvs-commit mailing list