Deleted Added
full compact
inetd.8 (46232) inetd.8 (47972)
1.\" Copyright (c) 1985, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
1.\" Copyright (c) 1985, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
33.\" $Id: inetd.8,v 1.22.2.1 1999/05/01 22:01:52 obrien Exp $
33.\" $Id: inetd.8,v 1.25 1999/05/01 22:03:00 obrien Exp $
34.\"
35.Dd February 7, 1996
36.Dt INETD 8
37.Os BSD 4.4
38.Sh NAME
39.Nm inetd
40.Nd internet
41.Dq super-server

--- 335 unchanged lines hidden (view full) ---

377.Dv SIGHUP .
378Services may be added, deleted or modified when the configuration file
379is reread.
380Except when started in debugging mode,
381.Nm
382records its process ID in the file
383.Pa /var/run/inetd.pid
384to assist in reconfiguration.
34.\"
35.Dd February 7, 1996
36.Dt INETD 8
37.Os BSD 4.4
38.Sh NAME
39.Nm inetd
40.Nd internet
41.Dq super-server

--- 335 unchanged lines hidden (view full) ---

377.Dv SIGHUP .
378Services may be added, deleted or modified when the configuration file
379is reread.
380Except when started in debugging mode,
381.Nm
382records its process ID in the file
383.Pa /var/run/inetd.pid
384to assist in reconfiguration.
385.Sh IMPLEMENTATION NOTES
385.Pp
386Support is provided for TCP Wrappers; see the relevant documentation (
387.Xr hosts_access 5
388).
389The
390.Pa tcpd
386.Pp
387Support is provided for TCP Wrappers; see the relevant documentation (
388.Xr hosts_access 5
389).
390The
391.Pa tcpd
391daemon is not required, as that functionality is builtin. This also allows
392the ``internal'' services to be wrapped.
392daemon is not required, as that functionality is builtin.
393Only stream-based services, including ``internal'' services, may be wrapped.
393.Sh TCPMUX
394.Pp
395.Tn RFC 1078
396describes the TCPMUX protocol:
397``A TCP client connects to a foreign host on TCP port 1. It sends the
398service name followed by a carriage-return line-feed <CRLF>. The
399service name is never case sensitive. The server replies with a
400single character indicating positive (+) or negative (\-)

--- 150 unchanged lines hidden ---
394.Sh TCPMUX
395.Pp
396.Tn RFC 1078
397describes the TCPMUX protocol:
398``A TCP client connects to a foreign host on TCP port 1. It sends the
399service name followed by a carriage-return line-feed <CRLF>. The
400service name is never case sensitive. The server replies with a
401single character indicating positive (+) or negative (\-)

--- 150 unchanged lines hidden ---