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