summaryrefslogtreecommitdiffstats
path: root/network/socat/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-11-29 08:43:40 +0100
committer Matteo Bernardini2020-11-29 08:43:40 +0100
commit574f508c2c02d6ed8c03d06996765c868d73b472 (patch)
tree166b9f6e035368e686b3fc9a18fdbc41587aaf29 /network/socat/README
parent08a6482554287f94acc3ad6009351a8ce0f7f9ab (diff)
downloadslackbuilds-574f508c2c02d6ed8c03d06996765c868d73b472.tar.gz
20201129.1 global branch merge.current-20201129.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/socat/README')
-rw-r--r--network/socat/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/socat/README b/network/socat/README
deleted file mode 100644
index 828012f25b..0000000000
--- a/network/socat/README
+++ /dev/null
@@ -1,12 +0,0 @@
-socat is a relay for bidirectional data transfer between two
-independent data channels. Each of these data channels may be a file,
-pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX,
-IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection,
-a file descriptor (stdin etc.), the GNU line editor (readline),
-a program, or a combination of two of these. These modes include
-generation of "listening" sockets, named pipes, and pseudo terminals.
-
-socat can use the OpenSSL FIPS module, if it is installed on your system.
-
-Upon install, you may want to read the SECURITY file in the documentation
-directory.