1This is the Begemot micro-SNMP daemon. It is the base for the ILMI daemon 2for ngATM. Be careful to feed changes back to the maintainer 3<harti@freebsd.org>, because the code here is actually shared with other 4environments besides FreeBSD. 5 6Import should be done by: 7 8 1. unpack distribution into clean directory 9 10 2. remove all unneeded files 11 12 3. cvs import \ 13 -m "Virgin import of bsnmpd X.Y" \ 14 src/contrib/bsnmp BEGEMOT BSNMP_X_Y 15 16 4. resolve conflicts 17 18 5. check the makefile in lib/libbsnmp and usr.sbin/bsnmp 19 20harti 21