Comment 0 for bug 247805

Revision history for this message
Scott Zawalski (cowbud) wrote :

Binary package hint: munin

There is a semi colon missing on line 206 of munin-node in the munin package.

diff -uNr munin-1.2.6.old/node/munin-node.in munin-1.2.6.new/node/munin-node.in
--- munin-1.2.6.old/node/munin-node.in 2008-07-12 00:37:46.000000000 -0700
+++ munin-1.2.6.new/node/munin-node.in 2008-07-12 00:40:36.000000000 -0700
@@ -203,7 +203,7 @@
 $ENV{'LC_ALL'}='C';

 MyPackage->run(conf_file => $conffile,
- pid_file => "@@STATEDIR@@/munin-node.pid")
+ pid_file => "@@STATEDIR@@/munin-node.pid");
 exit;