[Bug 247805] [NEW] munin-node missing semi colon
Scott Zawalski
cowbud at gmail.com
Sat Jul 12 08:41:39 BST 2008
Public bug reported:
Binary package hint: munin
Version: 1.2.6-2ubuntu1
Ibex
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;
** Affects: munin (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
- Binary package hint: munin
+ Binary package hint: munin-node
+ Version: 1.2.6-2ubuntu1
+ Ibex
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;
** Description changed:
- Binary package hint: munin-node
+ Binary package hint: munin
Version: 1.2.6-2ubuntu1
Ibex
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;
--
munin-node missing semi colon
https://bugs.launchpad.net/bugs/247805
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.
More information about the Ubuntu-server-bugs
mailing list