From e878e33d0161d975fc0cdfd429a0f83591a48d39 Mon Sep 17 00:00:00 2001 From: abial Date: Tue, 15 Sep 1998 11:12:25 +0000 Subject: Update ucd-snmp to version 3.5. It's slightly bigger, so also increase the MFS size of net and isp floppies. Add comment to crunch.conf on how to prepare the ucd-snmp port to work with the build process. Submitted by: Jim Flowers --- release/picobsd/build/build | 6 +++--- release/picobsd/isp/crunch1/crunch.conf | 9 ++++++--- release/picobsd/net/crunch1/crunch.conf | 9 ++++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/release/picobsd/build/build b/release/picobsd/build/build index 7ed882c..fb5970c 100755 --- a/release/picobsd/build/build +++ b/release/picobsd/build/build @@ -1,7 +1,7 @@ #!/bin/sh - # -# $Id: build,v 1.4 1998/09/04 19:38:57 abial Exp $ +# $Id: build,v 1.5 1998/09/07 06:46:25 abial Exp $ # # You can set the SRC variable which points to your source tree. It's @@ -17,8 +17,8 @@ OBJFORMAT=aout; export OBJFORMAT DIAL_DFLT_SIZE=1600 ROUTER_DFLT_SIZE=820 -NET_DFLT_SIZE=2100 -ISP_DFLT_SIZE=2100 +NET_DFLT_SIZE=2200 +ISP_DFLT_SIZE=2200 # SET THIS if you're building on 2.2.x system # diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf index 78dc2c7..7418d0b 100644 --- a/release/picobsd/isp/crunch1/crunch.conf +++ b/release/picobsd/isp/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.2 1998/09/14 20:39:16 abial Exp $ +# $Id: crunch.conf,v 1.3 1998/09/15 07:35:31 abial Exp $ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there @@ -8,12 +8,15 @@ srcdirs ../../tinyware # sources for ucd-snmp - they must be already patched & configured! # The necessary steps are given below: +# * you have to comment out the line with 'CONFIGURE_ARGS' in +# /usr/ports/net/ucd-snmp/Makefile - otherwise you'll end up with +# shared libsnmp library, and we want a static one. # * you have to symlink subdirectory agent -> snmpd # * you have to properly construct an OBJS variable in snmpd/Makefile: # OBJS=${MIBOBJS} ${AGENTOBJS} # * we install a special version of MIB files - stripped of comments and # descriptions. These MIBs are included here to save you the stripping. -srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1 +srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5 # other sources srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 @@ -51,7 +54,7 @@ ln msg dmesg ln ns netstat # For snmpd -libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1/snmplib/libsnmp.a +libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm libs -lmytinfo -lipx -lz -lpcap -lalias libs -ltermcap -lgnuregex -ltelnet -lcurses diff --git a/release/picobsd/net/crunch1/crunch.conf b/release/picobsd/net/crunch1/crunch.conf index 9c1c4f8..7aa5e1d 100644 --- a/release/picobsd/net/crunch1/crunch.conf +++ b/release/picobsd/net/crunch1/crunch.conf @@ -1,5 +1,5 @@ # -# $Id: crunch.conf,v 1.2 1998/09/14 20:39:24 abial Exp $ +# $Id: crunch.conf,v 1.3 1998/09/15 07:35:38 abial Exp $ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there @@ -8,12 +8,15 @@ srcdirs ../../tinyware # sources for ucd-snmp - they must be already patched & configured! # The necessary steps are given below: +# * you have to comment out the line with 'CONFIGURE_ARGS' in +# /usr/ports/net/ucd-snmp/Makefile - otherwise you'll end up with +# shared libsnmp library, and we want a static one. # * you have to symlink subdirectory agent -> snmpd # * you have to properly construct an OBJS variable in snmpd/Makefile: # OBJS=${MIBOBJS} ${AGENTOBJS} # * we install a special version of MIB files - stripped of comments and # descriptions. These MIBs are included here to save you the stripping. -srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1 +srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5 # other sources srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 @@ -51,7 +54,7 @@ ln ns netstat ln chown chgrp # For snmpd -libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.3.1/snmplib/libsnmp.a +libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm libs -lgnuregex -ltelnet -- cgit v1.1