diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2001-01-18 09:58:30 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2001-01-18 09:58:30 +0000 |
commit | 22667fa9252f40344bdf036bcab63a61873ab2f3 (patch) | |
tree | 7c90355d8f91e5774f64714e2bec9cf3019b4b4b /net-mgmt/net-snmp/files/patch-ap | |
parent | Bump PORTVERSION. (diff) |
Upgrade to version 4.2
Some of the shared library magic is very hackish, however the net-snmp
library building make-fu is hackish as well, so I don't feel bad about it.
This commit also (re-)enables the host module for much more information.
It also fixes a long standing bug where 'snmpwalk localhost public' would
hang.
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-ap')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-ap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-ap b/net-mgmt/net-snmp/files/patch-ap new file mode 100644 index 000000000000..4d2ec3fa92ab --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-ap @@ -0,0 +1,11 @@ +--- man/Makefile.in.orig Thu Jan 18 01:37:31 2001 ++++ man/Makefile.in Thu Jan 18 01:37:39 2001 +@@ -2,7 +2,7 @@ + + MAN1 = snmpcmd.1 snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 snmpbulkget.1 \ + snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 snmpstatus.1 \ +- snmptrap.1 snmpdelta.1 snmptable.1 snmpusm.1 snmpinform.1 snmpdf.1 ++ snmptrap.1 snmpdelta.1 snmptable.1 snmpusm.1 snmpinform.1 snmpdf.1 snmpconf.1 + MAN1G = snmpd.1 + MAN3 = snmp_agent_api.3 snmp_api.3 mib_api.3 snmp_sess_api.3 snmp_trap_api.3 \ + snmp_alarm.3 snmp_close.3 snmp_free_pdu.3 snmp_open.3 snmp_read.3 \ |