summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_nagios.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_nagios.c')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_nagios.c11
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);