Path to this page:
./
net/net-snmp,
Extensible SNMP implementation
Branch: pkgsrc-2019Q2,
Version: 5.7.3nb11,
Package name: net-snmp-5.7.3nb11,
Maintainer: adamNet-SNMP contains various tools relating to the Simple Network Management
Protocol including:
* an extensible agent
* an SNMP library
* tools to request or set information from SNMP agents
* tools to generate and handle SNMP traps
* a version of the unix 'netstat' command using SNMP
This package is originally based on the Carnegie Mellon University
SNMP implementation (version 2.1.2.1), but has developed significantly
since then.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $
# The config files could possibly be in either ${PKG_PREFIX}/share/snmp
# of in ${PKG_SYSCONFDIR}.
#
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmptrapd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmptrapd.conf"
case ${STAGE} in
DEINSTALL)
${RM} -f ${PKG_PREFIX}/share/snmp/mibs/.index
;;
esac
Required to run:[
lang/perl5]
Package options: inet6, perl, ssl
Master sites:
SHA1: 97dc25077257680815de44e34128d365c76bd839
RMD160: c5cf54d5723ee417e07f1f9fa3936aef505104a2
Filesize: 6232.84 KB
Version history: (Expand)
- (2019-07-04) Package added to pkgsrc.se, version net-snmp-5.7.3nb11 (created)
CVS history: (Expand)
2019-07-02 11:40:32 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5983 - requested by kamil
net/net-snmp: build fix for PR pkg/54333
Revisions pulled up:
- net/net-snmp/distinfo 1.94
- net/net-snmp/patches/patch-agent_mibgroup_host_data__access_swrun__kinfo.c 1.4
---
Module Name: pkgsrc
Committed By: kamil
Date: Sun Jun 30 21:43:25 UTC 2019
Modified Files:
pkgsrc/net/net-snmp: distinfo
pkgsrc/net/net-snmp/patches:
patch-agent_mibgroup_host_data__access_swrun__kinfo.c
Log message:
net-snmp: Fix build on NetBSD 8.99.49
Make usage of LSDEAD conditional.
|