Bug 58776 - Fixes for net/nagios-plugins
Summary: Fixes for net/nagios-plugins
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 16:20 UTC by rob
Modified: 2003-11-30 12:54 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (4.18 KB, patch)
2003-10-31 16:20 UTC, rob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.