[arch-commits] Commit in munin/trunk (PKGBUILD munin-lock-location.patch)

Dan McGee dan at archlinux.org
Mon Jun 20 13:54:04 UTC 2011


    Date: Monday, June 20, 2011 @ 09:54:04
  Author: dan
Revision: 127973

upgpkg: munin 1.4.5.stable-2
Fix newly introduced statedir dependency

Modified:
  munin/trunk/PKGBUILD
  munin/trunk/munin-lock-location.patch

---------------------------+
 PKGBUILD                  |    4 ++--
 munin-lock-location.patch |   12 ++++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-20 11:21:31 UTC (rev 127972)
+++ PKGBUILD	2011-06-20 13:54:04 UTC (rev 127973)
@@ -6,7 +6,7 @@
 pkgbase=munin
 pkgver=1.4.5.stable
 _realver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/"
@@ -68,7 +68,7 @@
          'df9b86e3057b0f563149fe06e7f7b50a'
          '45dc3cc416ba259363f55a2a684794f9'
          '7d318c55b33680b14f236c5c06a0a64b'
-         'b6cc12e31c2aa42da52c0fcb06551327'
+         '97d787260f075c5edef898e6919ce871'
          'dc9c83aa2a278466fb475364462f4119'
          '683627bd0f0c0d1e146dde7d246b6b3c'
          'db77b53150a906256a71a9f539c7fac2'

Modified: munin-lock-location.patch
===================================================================
--- munin-lock-location.patch	2011-06-20 11:21:31 UTC (rev 127972)
+++ munin-lock-location.patch	2011-06-20 13:54:04 UTC (rev 127973)
@@ -47,6 +47,18 @@
  # The perl interpreter to use
  PERL       := $(shell which perl)
  
+diff -upr munin-1.4.5.orig/master/lib/Munin/Master/Config.pm munin-1.4.5/master/lib/Munin/Master/Config.pm
+--- munin-1.4.5.orig/master/lib/Munin/Master/Config.pm	2011-06-20 12:08:45.000000000 +0300
++++ munin-1.4.5/master/lib/Munin/Master/Config.pm	2011-06-20 12:09:29.000000000 +0300
+@@ -148,7 +148,7 @@ my %booleans = map {$_ => 1} qw(
+ 		local_address    => 0,
+ 		logdir           => $Munin::Common::Defaults::MUNIN_LOGDIR,
+ 		max_processes    => $MAXINT,
+-		rundir           => $Munin::Common::Defaults::MUNIN_STATEDIR,
++		rundir           => $Munin::Common::Defaults::MUNIN_LOCKDIR,
+ 		timeout          => 180,
+ 		tls              => 'disabled',
+ 		tls_ca_certificate => "$Munin::Common::Defaults::MUNIN_CONFDIR/cacert.pem",
 diff -Naur munin-1.4.5-orig//master/lib/Munin/Master/Utils.pm munin-1.4.5/master/lib/Munin/Master/Utils.pm
 --- munin-1.4.5-orig//master/lib/Munin/Master/Utils.pm	2009-12-18 00:25:03.000000000 -0600
 +++ munin-1.4.5/master/lib/Munin/Master/Utils.pm	2011-04-09 15:05:57.965152601 -0500




More information about the arch-commits mailing list