diff options
author | andreas <andreas@FreeBSD.org> | 1998-04-06 20:50:32 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-04-06 20:50:32 +0000 |
commit | a35a32467cddfe121b3ccf92af28d283bbd3ac44 (patch) | |
tree | 155ef8c8adc0e7277ec3a34f195c16621862123e /net/net-snmp4 | |
parent | e05d95053a83cf224ec22e3c953d5bd4b7f8f06e (diff) | |
download | FreeBSD-ports-a35a32467cddfe121b3ccf92af28d283bbd3ac44.zip FreeBSD-ports-a35a32467cddfe121b3ccf92af28d283bbd3ac44.tar.gz |
Committing John Hays patches. Big thanks to him !
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | net/net-snmp4/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 7b65fb5..3012674 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_AUTOCONF= yes .if defined(BATCH) CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net/net-snmp4/pkg-plist b/net/net-snmp4/pkg-plist index ad36d50..c969bd3 100644 --- a/net/net-snmp4/pkg-plist +++ b/net/net-snmp4/pkg-plist @@ -63,6 +63,7 @@ share/snmp/mibs/SNMPv2-TM.txt share/snmp/mibs/TCP-MIB.txt share/snmp/mibs/UCD-SNMP-MIB.txt share/snmp/mibs/UDP-MIB.txt +@unexec rm %D/share/snmp/mibs/.index @dirrm share/snmp/mibs/ucd-snmp @dirrm share/snmp/mibs @dirrm share/snmp |