summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-09-01 11:07:58 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-09-01 11:07:58 +0000
commit439a1ff205ac482db17279dd6e1ac8261e54de9c (patch)
tree9c8e1ad22768b7f403c9abbd4e8434263e67590b /net/Makefile
parentAdd p5-Class-DBI-mysql 0.17, extensions to Class::DBI for MySQL. (diff)
Socketpipe connects over a TCP/IP socket a remote command to a local
input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against mallicious attacks; the command is designed for use in a trusted LAN environment. Submitted by: dds
Notes
Notes: svn path=/head/; revision=88262
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 31a1413f327c..9276d9efa32a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -654,6 +654,7 @@
SUBDIR += sntop
SUBDIR += socat
SUBDIR += socketbind
+ SUBDIR += socketpipe
SUBDIR += socks5
SUBDIR += spread
SUBDIR += spread-j