]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/netcat/FREEBSD-upgrade
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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_<date>
13    Everything appears be Ok? Do:
14         cvs import src/contrib/netcat OPENBSD OPENBSD_<date>
15 9. Resolve the conflicits with the patchset obtained in step 6.
16
17 delphij@FreeBSD.org - 06 Feb 2005