]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/bsnmp/FREEBSD-upgrade
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / bsnmp / FREEBSD-upgrade
1 $FreeBSD$
2
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.
7
8 Import 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. check the makefile in lib/libbsnmp and usr.sbin/bsnmp
21
22 harti