Control: fixed 683998 2.0.1-1
Control: tags 683998 + patch

As said in my previous mail the issue stems from the rundir default.
This variable is set in /usr/share/perl5/Munin/Master/Config.pm. In the
wheezy version rundir is changed to MUNIN_STATEDIR, so wheezy is not
affected. I would assume that the fix is easy to backport. See patch
attached.

Helmut
--- a/usr/share/perl5/Munin/Master/Config.pm	2012-08-06 10:36:29.000000000 +0200
+++ b/usr/share/perl5/Munin/Master/Config.pm	2012-08-06 10:37:35.000000000 +0200
@@ -148,7 +148,7 @@
 		local_address    => 0,
 		logdir           => $Munin::Common::Defaults::MUNIN_LOGDIR,
 		max_processes    => $MAXINT,
-		rundir           => '/tmp',
+		rundir           => $Munin::Common::Defaults::MUNIN_STATEDIR,
 		timeout          => 180,
 		tls              => 'disabled',
 		tls_ca_certificate => "$Munin::Common::Defaults::MUNIN_CONFDIR/cacert.pem",

Reply via email to