Age | Commit message (Collapse) | Author | Files | Lines |
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
|
|
even with USE_UCD_SNMP not defined.
Include bsd.prefs.mk so PKG_INFO is defined.
|
|
if ucd-snmp is installed. If it is, then use it, otherwise, use the
net-snmp package with the ucd-snmp-compatibility headers and libraries.
A package signals that it wants to use the UCD-SNMP interface by defining
USE_UCD_SNMP in the package Makefile.
|
|
older software to use net-snmp.
|
|
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp. Changes since ucd-snmp include:
* complete rewrite of the agent internals
* new agent module API
* SNMPv3
* improved AgentX subagent handling
* many, many bugfixes in plugged memory leaks
* prevent DoS attacks from authenticated users
|