This is a discussion on rfv: add missing manual pages within the SNMP Coders forums, part of the Networking and Network Related category; This is a multi-part message in MIME format. --------------030208090209030907080906 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------030208090209030907080906 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -Coders, I've committed a few additional manual pages that have been supplied by Debian: encode_keychange.1.def mib2c-update.1.def tkmib.1.def fixproc.1.def net-snmp-config.1.def traptoemail.1.def Attached please find the proposed patch to properly add these manual pages to our build process, thereby fixing bug 1577913 raised by Apple. I'm calling for votes to include this in 5.4. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --------------030208090209030907080906 Content-Type: text/x-patch; name="man.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="man.patch" Index: man/Makefile.in ================================================== ================= RCS file: /cvsroot/net-snmp/net-snmp/man/Makefile.in,v retrieving revision 5.30 diff -u -r5.30 Makefile.in --- man/Makefile.in 10 Nov 2006 09:21:15 -0000 5.30 +++ man/Makefile.in 16 Nov 2006 00:19:35 -0000 @@ -18,7 +18,9 @@ MAN1G = snmpbulkget.1 snmpcmd.1 snmpget.1 snmpset.1 snmpwalk.1 \ snmpbulkwalk.1 snmpgetnext.1 snmptest.1 snmptranslate.1 snmptrap.1 \ snmpusm.1 snmpvacm.1 snmptable.1 snmpstatus.1 snmpconf.1 mib2c.1 \ - snmpnetstat.1 snmpdelta.1 snmpdf.1 + snmpnetstat.1 snmpdelta.1 snmpdf.1 encode_keychange.1 fixproc.1 \ + net-snmp-config.1 mib2c-update.1 tkmib.1 traptoemail.1 + MAN3 = snmp_close.3 snmp_free_pdu.3 snmp_open.3 snmp_read.3 \ snmp_select_info.3 snmp_send.3 snmp_timeout.3 \ snmp_sess_async_send.3 snmp_sess_close.3 snmp_sess_error.3 \ @@ -162,9 +164,27 @@ mib2c.1: $(srcdir)/mib2c.1.def ../sedscript $(SED) -f ../sedscript < $(srcdir)/mib2c.1.def > mib2c.1 +mib2c-update.1: $(srcdir)/mib2c-update.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/mib2c-update.1.def > mib2c-update.1 + snmpwalk.1: $(srcdir)/snmpwalk.1.def ../sedscript $(SED) -f ../sedscript < $(srcdir)/snmpwalk.1.def > snmpwalk.1 +encode_keychange.1: $(srcdir)/encode_keychange.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/encode_keychange.1.def > encode_keychange.1 + +fixproc.1: $(srcdir)/fixproc.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/fixproc.1.def > fixproc.1 + +net-snmp-config.1: $(srcdir)/net-snmp-config.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/net-snmp-config.1.def > net-snmp-config.1 + +tkmib.1: $(srcdir)/tkmib.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/tkmib.1.def > tkmib.1 + +traptoemail.1: $(srcdir)/traptoemail.1.def ../sedscript + $(SED) -f ../sedscript < $(srcdir)/traptoemail.1.def > traptoemail.1 + mib_api.3: $(srcdir)/mib_api.3.def ../sedscript $(SED) -f ../sedscript < $(srcdir)/mib_api.3.def > mib_api.3 --------------030208090209030907080906 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV --------------030208090209030907080906 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders --------------030208090209030907080906-- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|