diff options
author | Donald Cooley <chytraeus@protonmail.com> | 2020-02-08 02:00:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:00:33 +0700 |
commit | d1958c4a94b3ae2f24faeb8aa828d2065b36ee13 (patch) | |
tree | 11ce09c8e8aa00f7122923cf830a8f807d0ac328 /network/netcat-openbsd/README | |
parent | 960bca1643f56ff4393a9339847467a8f8a7c361 (diff) | |
download | slackbuilds-d1958c4a94b3ae2f24faeb8aa828d2065b36ee13.tar.gz |
network/netcat-openbsd: Updated for version 1.206.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/netcat-openbsd/README')
-rw-r--r-- | network/netcat-openbsd/README | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/network/netcat-openbsd/README b/network/netcat-openbsd/README index 9431a830ae..2301321b0f 100644 --- a/network/netcat-openbsd/README +++ b/network/netcat-openbsd/README @@ -1,16 +1,16 @@ -Netcat is a featured networking utility which reads and writes data across -network connections, using the TCP/IP protocol. +Netcat is a simple Unix utility which reads and writes data across +network connections, using the TCP or UDP protocol. -It is designed to be a reliable "back-end" tool that can be used directly -or easily driven by other programs and scripts. At the same time, it is a -feature-rich network debugging and exploration tool, since it can create -almost any kind of connection you would need and has several interesting -built-in capabilities. +It is designed to be a reliable "back-end" tool that can be used +directly or easily driven by other programs and scripts. At the same +time, it is a feature-rich network debugging and exploration tool, since +it can create almost any kind of connection you would need and has +several interesting built-in capabilities. -This package contains the OpenBSD rewrite of netcat, including support +This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets. The installed binary is named "nc.openbsd" and the manpage is as well. -BTW, this package conflicts with the netcat in slackware as it creates -a symbolic link /usr/bin/nc (to let libvirt stuff work correctly), so +BTW, this package conflicts with the netcat in slackware as it creates a +symbolic link /usr/bin/nc (to let libvirt stuff work correctly), so remove netcat (nc) from your system before building/installing this. |