-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)
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
 
-------------------------------------------------------------------------
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?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to