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_<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) 179. Resolve the conflicits with the patchset obtained in step 6. 18 19delphij@FreeBSD.org - 21 Apr 2008 20