From e5eee009b3a938d6e20e0217027e5568291aac34 Mon Sep 17 00:00:00 2001
From: nick n <39005454+inphobia@users.noreply.github.com>
Date: Sat, 29 Dec 2018 12:02:58 +0100
Subject: [PATCH] and even more sourceforge -> github references (#288)
---
lib/SNMP/Info.pm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/lib/SNMP/Info.pm b/lib/SNMP/Info.pm
index 0293d282..a4b40cd3 100644
--- a/lib/SNMP/Info.pm
+++ b/lib/SNMP/Info.pm
@@ -40,7 +40,7 @@ SNMP::Info - Version 3.63
SNMP::Info is maintained by team of Open Source authors headed by Eric Miller,
Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits.
-Please visit L for most up-to-date
+Please visit L for the most up-to-date
list of developers.
SNMP::Info was originally created at UCSC for the Netdisco project L
@@ -171,7 +171,7 @@ install by hand.
SNMP::Info operates on textual descriptors found in MIBs.
If you are using SNMP::Info separate from Netdisco,
-download the Netdisco MIB package at L
+download the Netdisco MIB package at L
Make sure that your snmp.conf is updated to point to your MIB directory
and that the MIBs are world-readable.
@@ -209,9 +209,9 @@ subroutine.
See the section EXTENDING SNMP::INFO for more details.
-When you make a new subclass for a device, please be sure to send it back to
-the developers (via Source Forge or the mailing list) for inclusion in the
-next version.
+When you make a new subclass for a device, please be sure to send it back
+to the developers (via a github pull request or the mailing list) for inclusion
+in the next version.
=back
@@ -3169,7 +3169,7 @@ implementation.
=head2 Gathering MIB data for SNMP::Info Developers
-The preference is to open a feature request in the SourceForge project. This
+The preference is to open a pull request in the github project. This
allows all developers to have visibility into the request. Please include
pointers to the applicable platform MIBs. For development we will need an
C of the device. There is a tool now included in the SNMP::Info
@@ -3186,10 +3186,10 @@ The utility is named C. Run it with a command line like:
This will print to the file every MIB entry with data in a format that the
developers can use to emulate read operations without needing access to the
-device. Preference would be to mask any sensitive data in the output, zip the
-file, and upload as an attachment to the Sourceforge tracker. However, if you
-do not feel comfortable uploading the output to the tracker you could e-mail
-it to the developer that has claimed the ticket.
+device. Preference would be to mask any sensitive data in the output, zip
+the file, and attach it to the github pull request. However, if you do not
+feel comfortable uploading the output to the tracker you could e-mail it
+to the developer that has claimed the ticket.
=head2 Data Structures required in new Subclass
@@ -3476,8 +3476,6 @@ will inherit the Cisco Vlan module as an example.
1; # don't forget this line
----------------------- snip --------------------------------
-Be sure and send the debugged version to snmp-info-users@lists.sourceforge.net to be
-included in the next version of SNMP::Info.
=head1 SNMP::INFO INTERNALS