Hello Lars,

you wrote:
[...]
> I just committed the fix - it will be published with a new release in a few
> days.
> (https://github.com/munin-monitoring/munin/commit/7f2dbcce607ce5180b634d30e4e2e32fe41d603e)

I just had a look at the patch, unfortunately, it does not work: now you have:
  system(...) or die(...).
but it should be:
  system(...) == 0 or die(...).

This being perl, there is of course more than one way to do it :-)
See also the entry for system in the perlfunc(1) man-page.

A second, cosmetic issue is that the error message still mentions "exec".

kind regards,
Andreas

Reply via email to