xref: /freebsd/contrib/netcat/FREEBSD-upgrade (revision 7bd6fde3)
1$FreeBSD$
2
31. Export from OpenBSD's nc(1) into an empty directory (say "v-nc").
42. while read pattern; do rm ${pattern} ; done < FREEBSD-Xlist
53. Checkout our contrib/netcat to another directory (say "f-nc"),
6   with -rOPENBSD, and usr.bin/nc to its ../../
74. copy the files from v-nc to f-nc
85. do cvs up -A in f-nc
96. If there is conflicits, try to resolve them.
107. do build in f-nc/../../usr.bin/nc
118. 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>
159. Resolve the conflicits with the patchset obtained in step 6.
16
17delphij@FreeBSD.org - 06 Feb 2005
18