Bug 126694 - [PATCH] net-mgmt/net-snmp: treat inactive memory as cache in new
Summary: [PATCH] net-mgmt/net-snmp: treat inactive memory as cache in new
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 22:10 UTC by Michael W Lucas
Modified: 2008-08-24 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (460 bytes, patch)
2008-08-20 22:10 UTC, Michael W Lucas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael W Lucas freebsd_committer freebsd_triage 2008-08-20 22:10:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-20 22:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-24 16:14:17 UTC
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"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2008-08-24 16:14:20 UTC
State Changed
From-To: open->closed

Committed, thanks!