svn commit: r448913 - head/net-mgmt/nagios-plugins/files

Mathieu Arnold mat at FreeBSD.org
Tue Aug 29 13:30:42 UTC 2017


Author: mat
Date: Tue Aug 29 13:30:40 2017
New Revision: 448913
URL: https://svnweb.freebsd.org/changeset/ports/448913

Log:
  Add forgotten patch.
  
  PR:		197193
  Submitted by:	mitsururike gmail com
  Sponsored by:	Absolight

Added:
  head/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c   (contents, props changed)

Added: head/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c	Tue Aug 29 13:30:40 2017	(r448913)
@@ -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];


More information about the svn-ports-all mailing list