Juergen Arndt wrote:
Hi,

I've put Munin 1.3.4 into testing. It's the initial version for OpenCSW. The software consists of the packages munin_master and munin_node.

Feedback is welcome.

(I sure hope you're able to collect all my comments :)

Two comments:

1) The files in lib/ should most likely be in libexec/ as they're executables and not libraries. Not sure about the font file, probably doesn't matter much.

2) The graphs was not rendered with a monospaced font, probably because of using RRD 1.3. By hacking the LEGEND field like this it looks much better:

--- /opt/csw/lib/munin/munin-graph.orig 2009-07-06 20:43:48.340046000 +0200
+++ /opt/csw/lib/munin/munin-graph      2009-07-06 20:43:41.601520000 +0200
@@ -827,7 +827,7 @@
        my @complete = ();
        if ($RRDkludge) {
            push (@complete,
-                 '--font' ,'LEGEND:7:/opt/csw/lib/munin/VeraMono.ttf',
+                 '--font' ,'LEGEND:7:monospace',
                  '--font' ,'UNIT:7:/opt/csw/lib/munin/VeraMono.ttf',
                  '--font' ,'AXIS:7:/opt/csw/lib/munin/VeraMono.ttf');
        }

This is the same as Debian does [1] amd has been integrated to the main build [2].

[1]: http://munin.projects.linpro.no/changeset/1763
[2]: http://munin.projects.linpro.no/changeset/1797

--
Trygve
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to