Bug 58776

Summary: Fixes for net/nagios-plugins
Product: Ports & Packages Reporter: rob
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: blaz
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description rob 2003-10-31 16:20:15 UTC
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)>
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2003-11-24 12:04:54 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2003-11-24 12:08:50 UTC
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
Comment 3 Blaz Zupan 2003-11-30 12:38:10 UTC
> 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.
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-30 12:53:35 UTC
State Changed
From-To: feedback->closed

Closed at maintainer's request. Both patches are wrong 
and not actually needed.