summaryrefslogtreecommitdiff
path: root/net/net-snmp/DEINSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-24 08:29:33 +0000
committerjlam <jlam@pkgsrc.org>2002-10-24 08:29:33 +0000
commit5ae966807d025f7e6374701c5a00191025e21bcb (patch)
tree9cd486b8180d4f6f6234c5319df7f83cefe27491 /net/net-snmp/DEINSTALL
parent41e5f39f180582de53e52da238339e66b6615103 (diff)
downloadpkgsrc-5ae966807d025f7e6374701c5a00191025e21bcb.tar.gz
Initial import of net-snmp-5.0.6 as net/net-snmp. This package is based
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
Diffstat (limited to 'net/net-snmp/DEINSTALL')
-rw-r--r--net/net-snmp/DEINSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/net-snmp/DEINSTALL b/net/net-snmp/DEINSTALL
new file mode 100644
index 00000000000..73d1f8ea52f
--- /dev/null
+++ b/net/net-snmp/DEINSTALL
@@ -0,0 +1,15 @@
+# $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