diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-02-06 15:26:44 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-02-06 15:26:44 +0000 |
commit | a58ff0abbb58d5584ab8abc249cc84647ebd2de9 (patch) | |
tree | aa4e376e2c534547b6f2618444cc0ce5f55e6d26 /contrib/netcat | |
parent | df05d0fb9313fc32a114ecc9b4e449cfdb99262d (diff) | |
download | src-a58ff0abbb58d5584ab8abc249cc84647ebd2de9.tar.gz src-a58ff0abbb58d5584ab8abc249cc84647ebd2de9.zip |
Add instructions about upgrading netcat(1).
Notes
Notes:
svn path=/head/; revision=141399
Diffstat (limited to 'contrib/netcat')
-rw-r--r-- | contrib/netcat/FREEBSD-Xlist | 3 | ||||
-rw-r--r-- | contrib/netcat/FREEBSD-upgrade | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/contrib/netcat/FREEBSD-Xlist b/contrib/netcat/FREEBSD-Xlist new file mode 100644 index 000000000000..b69f5e4de371 --- /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 000000000000..5cba52bd65b2 --- /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 |