summaryrefslogtreecommitdiff
path: root/apps/snmp_perl_trapd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/snmp_perl_trapd.pl')
-rw-r--r--apps/snmp_perl_trapd.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/snmp_perl_trapd.pl b/apps/snmp_perl_trapd.pl
new file mode 100644
index 0000000..edae3ae
--- /dev/null
+++ b/apps/snmp_perl_trapd.pl
@@ -0,0 +1,15 @@
+##
+## SNMPTRAPD perl initialization file.
+##
+
+# DO NOT EDIT THIS FILE
+#
+# This file is intended for initialization of the perl subsystem used by
+# snmptrapd. Though it could be modified by a local administrator to do
+# things, it should not be as it will be overwritten by future
+# Net-SNMP installations. Run "perldoc NetSNMP::TrapReceiver" for
+# documentation on how to use perl within snmptrapd.
+
+use NetSNMP::TrapReceiver;
+
+