Date: Tue, 29 Aug 2017 13:30:40 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448913 - head/net-mgmt/nagios-plugins/files Message-ID: <201708291330.v7TDUejv044248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708291330.v7TDUejv044248>