| 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
rob
2003-10-31 16:20:15 UTC
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. |