summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1998-04-13 15:05:14 +0000
committerwollman <wollman@FreeBSD.org>1998-04-13 15:05:14 +0000
commite131b51194bd2bb08da22c43a346dd7bfe4b5944 (patch)
tree5c947ab813bc0c0ea5358d625f8c337d854b91cc /usr.sbin/inetd
parent125ab926d1d8dc9b9a48d4542df2f2fe310ebfc8 (diff)
downloadFreeBSD-src-e131b51194bd2bb08da22c43a346dd7bfe4b5944.zip
FreeBSD-src-e131b51194bd2bb08da22c43a346dd7bfe4b5944.tar.gz
Document the requirement for TCPMUX to also be enabled as an internal
service if any external TCPMUX servers are desired. PR: 826
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index f4e5bc8..bcdbb67 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
-.\" $Id: inetd.8,v 1.17 1997/10/29 21:49:02 dima Exp $
+.\" $Id: inetd.8,v 1.18 1998/02/24 21:55:12 pst Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -147,6 +147,9 @@ when a program connects to the
well-known port and specifies
the service name.
This feature is useful for adding locally-developed servers.
+TCPMUX requests are only accepted when the multiplexor service itself
+is enabled, above and beyond and specific TCPMUX-based servers; see the
+discussion of internal services below.
.Pp
The
.Em service-name
@@ -347,6 +350,14 @@ appropriate
.Tn RFC
document.
.Pp
+The TCPMUX-demultiplexing service is also implemented as an internal service.
+For any TCPMUX-based service to function, the following line must be included
+in
+.Pa inetd.conf :
+.Bd -literal -offset indent
+tcpmux stream tcp nowait root internal
+.Ed
+.Pp
When given the
.Fl l
option
OpenPOWER on IntegriCloud