Deleted Added
full compact
inetd.8 (58468) inetd.8 (58712)
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.\" $FreeBSD: head/usr.sbin/inetd/inetd.8 58468 2000-03-22 16:07:32Z ru $
33.\" $FreeBSD: head/usr.sbin/inetd/inetd.8 58712 2000-03-28 01:10:35Z green $
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

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

431.Pp
432Currently, the only internal service to take arguments is
433.Dq auth .
434Without options, the service will always return
435.Dq ERROR\ : HIDDEN-USER .
436The available arguments to this service that alter its behavior are:
437.Bl -tag -width indent
438.It Fl d Ar fallback
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

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

431.Pp
432Currently, the only internal service to take arguments is
433.Dq auth .
434Without options, the service will always return
435.Dq ERROR\ : HIDDEN-USER .
436The available arguments to this service that alter its behavior are:
437.Bl -tag -width indent
438.It Fl d Ar fallback
439Instead of returning an error if getting the socket credentials or
439If the real ident service is enabled, return this user for every
440request.
441If the real ident service is disabled, then this flag, instead of
442returning an error if getting the socket credentials or
440looking up the user name fails, return a default
441.Ar fallback
443looking up the user name fails, return a default
444.Ar fallback
442user name to the requesting ident client. This is primarily useful
443when running this service on a NAT machine.
445user name to the requesting ident client.
446This is primarily useful when running this service on a NAT machine.
444.It Fl t Ar sec[.usec]
445Specify a timeout for the service.
446The default timeout is 10.0 seconds.
447.It Fl r
448Offer a real
449.Dq auth
450service, as per RFC 1413.
451All the remaining flags apply only in this case.

--- 342 unchanged lines hidden ---
447.It Fl t Ar sec[.usec]
448Specify a timeout for the service.
449The default timeout is 10.0 seconds.
450.It Fl r
451Offer a real
452.Dq auth
453service, as per RFC 1413.
454All the remaining flags apply only in this case.

--- 342 unchanged lines hidden ---