summaryrefslogtreecommitdiff
path: root/perl/TrapReceiver/README
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2013-04-11 10:21:22 +0900
committerHideki Yamane <henrich@debian.org>2013-04-11 10:21:22 +0900
commite30beeedd5cbe6f72008c32122b3b8b617fd5ab2 (patch)
tree8bd5c28fc77a5a80d65cf70e2fd330b8af448c73 /perl/TrapReceiver/README
parent2ebfa94e6e1fe2b88bb061d26f20fef9c0b78536 (diff)
downloadpkg-net-snmp-e30beeedd5cbe6f72008c32122b3b8b617fd5ab2.tar.gz
Imported Upstream version 5.4.3~dfsgupstream/5.4.3_dfsg
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.
+