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 tar xvf bsnmp-X.Y.tar.gz --exclude-from=FREEBSD-Xlist 12 13 2. remove all unneeded new files (and update FREEBSD-Xlist) 14 15 3. cvs import \ 16 -m "Virgin import of bsnmpd X.Y" \ 17 src/contrib/bsnmp BEGEMOT BSNMP_X_Y 18 19 4. resolve conflicts 20 21 5. regenerate files in src/usr.sbin/bsnmpd/bsnmpd and 22 src/lib/libbsnmp/modules/* 23 24 6. commit changed files 25 26harti 27