freebsd-ports/net-mgmt/net-snmp/files/patch-hr_storage.c
Jun Kuriyama eda27ad6b6 - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].

PR:		ports/110969 [1]
Submitted by:	valerio.daelli@gmail.com [1]

This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.

If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know.  And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
2008-03-27 10:55:44 +00:00

17 lines
568 B
C

--- agent/mibgroup/host/hr_storage.c.orig 2007-06-08 19:33:58.000000000 +0900
+++ agent/mibgroup/host/hr_storage.c 2008-03-25 21:26:23.470718989 +0900
@@ -489,11 +489,13 @@
*
*********************/
+/* kuriyama: should be removed? */
static const char *hrs_descr[] = {
NULL,
"Memory Buffers", /* HRS_TYPE_MBUF */
"Real Memory", /* HRS_TYPE_MEM */
- "Swap Space" /* HRS_TYPE_SWAP */
+ "Swap Space", /* HRS_TYPE_SWAP */
+ "Memory Buffer Clusters" /* HRS_TYPE_MBUFCLUSTER */
};