]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/netcat/FREEBSD-upgrade
MFC r368207,368607:
[FreeBSD/stable/10.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