[BACK]Return to inetd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/inetd.conf, Revision 1.9

1.9     ! deraadt     1: #      $OpenBSD: inetd.conf,v 1.8 1996/07/29 02:50:46 deraadt Exp $
1.1       deraadt     2: #
                      3: # Internet server configuration database
                      4: #
1.8       deraadt     5: ftp            stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -Ul
1.1       deraadt     6: telnet         stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
1.7       deraadt     7: shell          stream  tcp     nowait  root    /usr/libexec/rshd       rshd -L
1.1       deraadt     8: login          stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
                      9: #exec          stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
                     10: #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
                     11: finger         stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
1.9     ! deraadt    12: ident          stream  tcp     wait nobody.kmem /usr/libexec/identd    identd -w -t60 -l -o -e -N -u nobody
1.2       deraadt    13: tftp           dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
1.1       deraadt    14: comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
                     15: ntalk          dgram   udp     wait    root    /usr/libexec/ntalkd     ntalkd
                     16: #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
                     17: # Internal services
                     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
1.3       tholo      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
1.1       deraadt    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: # RPC based services
                     36: #mountd/1      dgram   rpc/udp wait    root    /sbin/mountd            mountd
                     37: rstatd/1-3     dgram   rpc/udp wait    root    /usr/libexec/rpc.rstatd rpc.rstatd
                     38: rusersd/2-3    dgram   rpc/udp wait    root    /usr/libexec/rpc.rusersd rpc.rusersd
1.3       tholo      39: #walld/1       dgram   rpc/udp wait    root    /usr/libexec/rpc.rwalld rpc.rwalld
1.1       deraadt    40: #sprayd/1      dgram   rpc/udp wait    root    /usr/libexec/rpc.sprayd rpc.sprayd
                     41: #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad