]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - contrib/netcat/FREEBSD-upgrade
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / contrib / netcat / FREEBSD-upgrade
1 $FreeBSD$
2
3 1. Export from OpenBSD's nc(1) into an empty directory (say "v-nc").
4 2. while read pattern; do rm ${pattern} ; done < FREEBSD-Xlist
5 3. Checkout our contrib/netcat to another directory (say "f-nc"),
6    with -rOPENBSD, and usr.bin/nc to its ../../
7 4. copy the files from v-nc to f-nc
8 5. do cvs up -A in f-nc
9 6. If there is conflicits, try to resolve them.
10 7. do build in f-nc/../../usr.bin/nc
11 8. If everything seems ok, do the actual import in v-nc:
12         cvs -n import src/contrib/netcat OPENBSD OPENBSD_<release>
13    Everything appears be Ok? Do:
14         cvs import src/contrib/netcat OPENBSD OPENBSD_<release>
15    (note: recently we import from OpenBSD's release branches
16     rather than importing -HEAD snapshots)
17 9. Resolve the conflicits with the patchset obtained in step 6.
18
19 delphij@FreeBSD.org - 21 Apr 2008