summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-08-29 13:30:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-08-29 13:30:40 +0000
commit88a4bc40efa6be79b6f240ac1c371184835ef599 (patch)
tree96458b1e9909a2dab3ac8bc65b55184d01db65a4
parentUpdate devel/erlang-meck to version 0.8.8. (diff)
Add forgotten patch.
PR: 197193 Submitted by: mitsururike gmail com Sponsored by: Absolight
-rw-r--r--net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c
new file mode 100644
index 000000000000..d96c844083be
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c
@@ -0,0 +1,10 @@
+--- plugins/check_nagios.c.orig 2017-01-19 16:01:31 UTC
++++ plugins/check_nagios.c
+@@ -64,6 +64,7 @@ main (int argc, char **argv)
+ int procuid = 0;
+ int procpid = 0;
+ int procppid = 0;
++ int procjid = 0;
+ int procvsz = 0;
+ int procrss = 0;
+ char proc_cgroup_hierarchy[MAX_INPUT_BUFFER];