diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-01 10:39:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-01 10:39:08 +0000 |
commit | e84b0a4425fbbd963ec44fc1449a164ba0f6e204 (patch) | |
tree | 73efff06faeb4c4b5c8413dbb9a3f6171919567e /net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c | |
parent | Add extra master site and change maintainer address. (diff) |
- Update to 104872
PR: ports/104872
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Notes
Notes:
svn path=/head/; revision=176033
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c deleted file mode 100644 index 542204fb8a9d..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/check_snmp.c.orig Tue Nov 1 06:33:19 2005 -+++ plugins/check_snmp.c Fri May 12 23:29:24 2006 -@@ -206,6 +206,7 @@ - strcat(perfstr, "| "); - while (ptr) { - char *foo; -+ char *str[MAX_INPUT_BUFFER]; - - foo = strstr (ptr, delimiter); - strncat(perfstr, ptr, foo-ptr); -@@ -338,7 +339,6 @@ - - i++; - -- char *str[MAX_INPUT_BUFFER]; - asprintf(str, "=%s%s;;;; ", show, type ? type : ""); - strcat(perfstr, *str); - |