]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/inetd.conf
This commit was generated by cvs2svn to compensate for changes in r1594,
[FreeBSD/FreeBSD.git] / etc / inetd.conf
1 #
2 # Internet server configuration database
3 #
4 #       @(#)inetd.conf  5.4 (Berkeley) 6/30/90
5 #
6 ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
7 telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
8 shell   stream  tcp     nowait  root    /usr/libexec/rshd       rshd
9 login   stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
10 exec    stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
11 #uucpd  stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
12 #nntp   stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
13 finger  stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
14 #tftp   dgram   udp     wait    nobody  /usr/libexec/tftpd      tftpd
15 comsat  dgram   udp     wait    root    /usr/libexec/comsat     comsat
16 #talk   dgram   udp     wait    root    /usr/old/talkd          talkd
17 ntalk   dgram   udp     wait    root    /usr/libexec/ntalkd     ntalkd
18 echo    stream  tcp     nowait  root    internal
19 discard stream  tcp     nowait  root    internal
20 chargen stream  tcp     nowait  root    internal
21 daytime stream  tcp     nowait  root    internal
22 time    stream  tcp     nowait  root    internal
23 echo    dgram   udp     wait    root    internal
24 discard dgram   udp     wait    root    internal
25 chargen dgram   udp     wait    root    internal
26 daytime dgram   udp     wait    root    internal
27 time    dgram   udp     wait    root    internal
28 # Kerberos authenticated services
29 klogin  stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
30 eklogin stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k -x
31 kshell  stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
32 # Services run ONLY on the Kerberos server
33 #krbupdate stream tcp   nowait  root    /usr/libexec/registerd  registerd
34 #kpasswd        stream  tcp     nowait  root    /usr/libexec/kpasswdd   kpasswdd
35 #
36 # RPC based services
37 #  You MUST have portmapper running to use these!
38 #mountd/1       dgram   rpc/udp wait    root    /sbin/mountd            mountd
39 #rstatd/1-3     dgram   rpc/udp wait    root    /usr/libexec/rpc.rstatd rpc.rstatd
40 #rusersd/1-2    dgram   rpc/udp wait    root    /usr/libexec/rpc.rusersd        rpc.rusersd
41 #walld/1        dgram   rpc/udp wait    root    /usr/libexec/rpc.rwalld rpc.rwalld
42 #
43 # example entry for the pop3 server
44 #pop3   stream  tcp     nowait  root    /usr/local/etc/popper   popper
45 #