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