chroot: add DragonFly BSD support
[girocco.git] / src / dragonfly / README
blob17e771201fcfe1c941c0a3b891630f31c8771e2e
1 This directory contains a 3-clause BSD licensed version of
2 the OpenBSD netcat utility that supports the -U (unix socket)
3 option.  See the netcat.c source file for the license text.
5 Running "make" and then "sudo make install" will install the
6 /usr/local/bin/nc.openbsd and /usr/local/man/man1/nc.openbsd.1.gz
7 files at which point nc.openbsd can be used immediately afterwards.
9 Web Site: <http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/>
11 CVS:
12     cvs -d :ext:anoncvs@anoncvs1.usa.openbsd.org:/cvs co src/usr.bin/nc
14 Sources fetched 2005-10-07.
16 Modifications:
17   The -S and -j options are disabled for __DragonFly__ because they are
18   not supported on DragonFly BSD.