This patch contains an new patch files/patch-check_dns.c, this fixes the command used to poll externel DNS servers, configure.in is patched also to fix the check_nagios command (ps -axweo and not ps -weo) <code/input/activities to reproduce the problem (multiple lines)>
State Changed From-To: open->feedback Asked maintainer for approval
Maintainer, could you please have a look into PR 58776 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/58776 and approve or disapprove the patch -- Mathieu Arnold
> Maintainer, could you please have a look into PR 58776 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/58776 > and approve or disapprove the patch The patch for check_procs is completely unneeded, as both check_procs and check_nagios work just fine (they use "ps waxco") and the patch as supplied in the PR actually does nothing at all. The check_dns patch is wrong as well, check_dns works just fine as it is, and even if it didn't the patch wouldn't fix it, as "asprintf" expects 3 arguments and the patch as supplied gives it 4 arguments (with the "-" added). So this PR should be closed, both patches are wrong and not actually needed.
State Changed From-To: feedback->closed Closed at maintainer's request. Both patches are wrong and not actually needed.