summaryrefslogtreecommitdiff
path: root/perl/TrapReceiver/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/TrapReceiver/README')
-rw-r--r--perl/TrapReceiver/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/perl/TrapReceiver/README b/perl/TrapReceiver/README
new file mode 100644
index 0000000..f1ce9fc
--- /dev/null
+++ b/perl/TrapReceiver/README
@@ -0,0 +1,30 @@
+NetSNMP/TrapReceiver version 5.2
+=================================
+
+This module will only work if Net-SNMP was compiled with
+--enable-embedded-perl and you follow the instructions in the perldoc
+manual page.
+
+INSTALLATION
+
+To install this module type the following in the Net-SNMP source directory:
+
+ ./configure --enable-embedded-perl
+ make
+ make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+ Net-SNMP, NetSNMP::OID
+
+COPYRIGHT AND LICENCE
+
+Put the correct copyright and licence information here.
+
+Copyright (C) 2004 W. Hardaker
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+