5ae966807d
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
15 lines
527 B
Text
15 lines
527 B
Text
# $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
|