summaryrefslogtreecommitdiffstats
path: root/contrib/netcat
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-02-06 15:26:44 +0000
committerdelphij <delphij@FreeBSD.org>2005-02-06 15:26:44 +0000
commit909fc0148b7b62924ba87aad958ecc8fc9324cf4 (patch)
treeaa4e376e2c534547b6f2618444cc0ce5f55e6d26 /contrib/netcat
parentcbedd686e72f6cc55f80b962e4199c78380b1b30 (diff)
downloadFreeBSD-src-909fc0148b7b62924ba87aad958ecc8fc9324cf4.zip
FreeBSD-src-909fc0148b7b62924ba87aad958ecc8fc9324cf4.tar.gz
Add instructions about upgrading netcat(1).
Diffstat (limited to 'contrib/netcat')
-rw-r--r--contrib/netcat/FREEBSD-Xlist3
-rw-r--r--contrib/netcat/FREEBSD-upgrade17
2 files changed, 20 insertions, 0 deletions
diff --git a/contrib/netcat/FREEBSD-Xlist b/contrib/netcat/FREEBSD-Xlist
new file mode 100644
index 0000000..b69f5e4
--- /dev/null
+++ b/contrib/netcat/FREEBSD-Xlist
@@ -0,0 +1,3 @@
+$FreeBSD$
+
+Makefile
diff --git a/contrib/netcat/FREEBSD-upgrade b/contrib/netcat/FREEBSD-upgrade
new file mode 100644
index 0000000..5cba52b
--- /dev/null
+++ b/contrib/netcat/FREEBSD-upgrade
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+1. Export from OpenBSD's nc(1) into an empty directory (say "v-nc").
+2. while read pattern; do rm ${pattern} ; done < FREEBSD-Xlist
+3. Checkout our contrib/netcat to another directory (say "f-nc"),
+ with -rOPENBSD, and usr.bin/nc to its ../../
+4. copy the files from v-nc to f-nc
+5. do cvs up -A in f-nc
+6. If there is conflicits, try to resolve them.
+7. do build in f-nc/../../usr.bin/nc
+8. If everything seems ok, do the actual import in v-nc:
+ cvs -n import src/contrib/netcat OPENBSD OPENBSD_<date>
+ Everything appears be Ok? Do:
+ cvs import src/contrib/netcat OPENBSD OPENBSD_<date>
+9. Resolve the conflicits with the patchset obtained in step 6.
+
+delphij@FreeBSD.org - 06 Feb 2005
OpenPOWER on IntegriCloud