summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/perl/default_store/README
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/perl/default_store/README')
-rw-r--r--cleopatre/application/spidnetsnmp/perl/default_store/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/cleopatre/application/spidnetsnmp/perl/default_store/README b/cleopatre/application/spidnetsnmp/perl/default_store/README
deleted file mode 100644
index 680446a13c..0000000000
--- a/cleopatre/application/spidnetsnmp/perl/default_store/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This module is a wrapper around the net-snmp default store routines.
-See the net-snmp default_store manual page for details.
-
-To install:
- perl Makefile.PL
- make
- make test
- make install
-
-To compile in the source tree before the net-snmp itself has been installed:
- perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
- make
- make test
- make install