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-ah | |
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-ah')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-ah | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/net-snmp/files/patch-ah b/net-mgmt/net-snmp/files/patch-ah index b80222ba72eb..194cbf3574b9 100644 --- a/net-mgmt/net-snmp/files/patch-ah +++ b/net-mgmt/net-snmp/files/patch-ah @@ -1,8 +1,7 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w +--- local/tkmib~ Wed Jul 26 08:53:26 2000 ++++ local/tkmib Wed Jan 17 18:32:52 2001 +@@ -1,4 +1,3 @@ +-#!/usr/bin/perl + #!/usr/bin/perl -w require 5; - |