View | Details | Raw Unified | Return to bug 251103
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	snmp
4
PORTNAME=	snmp
5
PORTVERSION=	5.9
5
PORTVERSION=	5.9
6
PORTREVISION=   1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	net-mgmt
8
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
9
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
(-)files/patch-agent_mibgroup_hardware_memory_memory__freebsd.c (+11 lines)
Line 0 Link Here
1
--- agent/mibgroup/hardware/memory/memory_freebsd.c.orig	2015-02-20 14:44:47 UTC
2
+++ agent/mibgroup/hardware/memory/memory_freebsd.c
3
@@ -163,7 +163,7 @@ int netsnmp_mem_arch_load( netsnmp_cache
4
         if (!mem->descr)
5
              mem->descr = strdup("Cached memory");
6
         mem->units = pagesize;
7
-        mem->size  = cache_count;
8
+        mem->size  = cache_count + inact_count;
9
         mem->free  = 0;
10
     }
11
 

Return to bug 251103