ports/116437 included a patch to treat inactive memory as cache. This made net-snmp work with a variety of NMS. The upgrade to 5.4.1_3 changed memory-fetching methods, invalidating the patch. The enclosed patch brings this same functionality to 5.4.1.2, under the same rationale. The file patch-memory_freebsd2.c is now obsoleted.
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer (via the GNATS Auto Assign Tool)
kuriyama 2008-08-24 15:14:03 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp Makefile net-mgmt/net-snmp/files patch-memory_freebsd.c Added files: net-mgmt/net-snmp/files patch-agent_registry.c Removed files: net-mgmt/net-snmp/files patch-memory_freebsd2.c Log: o squelch registration warnings on startup [1]. o Treat inactive memory as cache like same behavior as before [2]. Submitted by: bms [1], mwlucas [2] PR: ports/126694 [2] Revision Changes Path 1.158 +1 -1 ports/net-mgmt/net-snmp/Makefile 1.3 +12 -0 ports/net-mgmt/net-snmp/files/patch-agent_registry.c (new) 1.3 +13 -8 ports/net-mgmt/net-snmp/files/patch-memory_freebsd.c 1.9 +0 -11 ports/net-mgmt/net-snmp/files/patch-memory_freebsd2.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!