1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Document the requirement for TCPMUX to also be enabled as an internal

service if any external TCPMUX servers are desired.

PR: 826
This commit is contained in:
Garrett Wollman 1998-04-13 15:05:14 +00:00
parent 72a43c1b0a
commit 10ad031e1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35172

View File

@ -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