]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/bsnmp/FREEBSD-upgrade
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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