]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/netcat/FREEBSD-upgrade
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / netcat / FREEBSD-upgrade
1 $FreeBSD$
2
3 Most of the instructions is outlined on FreeBSD wiki at:
4
5         http://wiki.freebsd.org/SubversionPrimer/VendorImports
6
7 nc(1) is very small and most of code are just copied as-is from OpenBSD.  With a
8 few exceptions:
9
10  * --no-tcpopt: Local feature specific to FreeBSD.
11  * -V: We use FIB to map what OpenBSD do for "rdomain"
12  * -E, -e: These are mostly self contained IPsec extensions
13
14 delphij@FreeBSD.org - Mar 23, 2010