Deleted Added
full compact
inetd.8 (48752) inetd.8 (48845)
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.34 1999/07/09 11:18:58 sheldonh Exp $
33.\" $Id: inetd.8,v 1.35 1999/07/11 08:32:24 green 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

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

346be
347.Dq internal .
348.Pp
349The
350.Em server program arguments
351should be just as arguments
352normally are, starting with argv[0], which is the name of
353the program. If the service is provided internally, the
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

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

346be
347.Dq internal .
348.Pp
349The
350.Em server program arguments
351should be just as arguments
352normally are, starting with argv[0], which is the name of
353the program. If the service is provided internally, the
354word
354.Em service-name
355of the service (and any arguments to it) or the word
355.Dq internal
356should take the place of this entry.
357.Pp
356.Dq internal
357should take the place of this entry.
358.Pp
359Currently, the only internal service to take arguments is
360.Dq auth .
361Without options, the service will always return
362.Dq ERROR:HIDDEN-USER .
363The available arguments to this service that alter its behaviour are:
364.Bl -tag -width indent
365.It Fl r
366Offer a real
367.Dq auth
368service, as per RFC 1413.
369.It Fl f
370If the file
371.Pa .fakeid
372exists in the home directory of the identified user, report the username
373found in that file instead of the real username.
374.El
375.Pp
358The
359.Nm
360program
376The
377.Nm
378program
361provides several
379also provides several other
362.Dq trivial
363services internally by use of
364routines within itself. These services are
365.Dq echo ,
366.Dq discard ,
367.Dq chargen
368(character generator),
369.Dq daytime

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

592.Xr fingerd 8 ,
593.Xr ftpd 8 ,
594.Xr portmap 8 ,
595.Xr rexecd 8 ,
596.Xr rlogind 8 ,
597.Xr rshd 8 ,
598.Xr telnetd 8 ,
599.Xr tftpd 8
380.Dq trivial
381services internally by use of
382routines within itself. These services are
383.Dq echo ,
384.Dq discard ,
385.Dq chargen
386(character generator),
387.Dq daytime

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

610.Xr fingerd 8 ,
611.Xr ftpd 8 ,
612.Xr portmap 8 ,
613.Xr rexecd 8 ,
614.Xr rlogind 8 ,
615.Xr rshd 8 ,
616.Xr telnetd 8 ,
617.Xr tftpd 8
618.Rs
619.%A Michael C. St. Johns
620.%T Identification Protocol
621.%O RFC1413
622.Re
600.Sh HISTORY
601The
602.Nm
603command appeared in
604.Bx 4.3 .
605TCPMUX is based on code and documentation by Mark Lottor.
606Support for
607.Tn "ONC RPC"
608based services is modeled after that
609provided by
610.Tn SunOS
6114.1.
612The
613.Tn FreeBSD
614TCP Wrappers support first appeared in
615.Fx 3.2 .
623.Sh HISTORY
624The
625.Nm
626command appeared in
627.Bx 4.3 .
628TCPMUX is based on code and documentation by Mark Lottor.
629Support for
630.Tn "ONC RPC"
631based services is modeled after that
632provided by
633.Tn SunOS
6344.1.
635The
636.Tn FreeBSD
637TCP Wrappers support first appeared in
638.Fx 3.2 .