]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/netcat/FREEBSD-upgrade
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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