diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 21:24:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-11 21:24:20 +0000 |
commit | d18a4ca5432a0a9b04b548168ab57c65c0cda830 (patch) | |
tree | f54db03519e6856a4946369457cefa5bd609135d /net-mgmt/nagios-plugins/files/patch-check_nagios.c | |
parent | - Update to 0.9.4.1 (diff) |
- Update to 1.4.0 beta1
- Hardcoding LC_NUMERIC to "C". It fix working some plugins on systems
with other locale.
PR: ports/76854
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=128543
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_nagios.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_nagios.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_nagios.c b/net-mgmt/nagios-plugins/files/patch-check_nagios.c deleted file mode 100644 index a03bd0455f4a..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-check_nagios.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/check_nagios.c.orig Thu Mar 11 16:17:08 2004 -+++ plugins/check_nagios.c Fri Dec 3 22:28:53 2004 -@@ -132,7 +132,7 @@ - } - - /* May get empty procargs */ -- if (!strstr(procargs, argv[0]) && strstr(procprog, process_string) && strcmp(procargs,"")) { -+ if (!strstr(procargs, argv[0]) && strcmp(procargs,"") && strstr(procargs, process_string)) { - proc_entries++; - if (verbose >= 2) { - printf (_("Found process: %s %s\n"), procprog, procargs); |