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

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

1.37    ! deraadt     1: #      $OpenBSD: inetd.conf,v 1.36 2000/02/09 11:07:48 itojun Exp $
1.1       deraadt     2: #
                      3: # Internet server configuration database
                      4: #
1.32      deraadt     5: #ftp           stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -US
                      6: #telnet                stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd -k
1.31      deraadt     7: #shell         stream  tcp     nowait  root    /usr/libexec/rshd       rshd -L
1.32      deraadt     8: #login         stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
1.1       deraadt     9: #exec          stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
                     10: #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
1.37    ! deraadt    11: #finger                stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd -lsm
1.30      deraadt    12: ident          stream  tcp     nowait  nobody  /usr/libexec/identd     identd -elo
1.11      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
1.37    ! deraadt    15: #ntalk         dgram   udp     wait    root    /usr/libexec/ntalkd     ntalkd
1.1       deraadt    16: #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
                     17: # Internal services
1.17      deraadt    18: #echo          stream  tcp     nowait  root    internal
                     19: #discard       stream  tcp     nowait  root    internal
                     20: #chargen       stream  tcp     nowait  root    internal
1.1       deraadt    21: daytime                stream  tcp     nowait  root    internal
                     22: time           stream  tcp     nowait  root    internal
1.13      deraadt    23: #echo          dgram   udp     wait    root    internal
1.14      deraadt    24: #discard       dgram   udp     wait    root    internal
1.13      deraadt    25: #chargen       dgram   udp     wait    root    internal
1.14      deraadt    26: #daytime       dgram   udp     wait    root    internal
                     27: #time          dgram   udp     wait    root    internal
1.1       deraadt    28: # Kerberos authenticated services
1.21      deraadt    29: #klogin                stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
1.30      deraadt    30: #eklogin       stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -kx
1.21      deraadt    31: #kshell                stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
1.30      deraadt    32: #ekshell       stream  tcp     nowait  root    /usr/libexec/rshd       rshd -Lk
                     33: #ekshell2      stream  tcp     nowait  root    /usr/libexec/rshd       rshd -Lk
1.23      deraadt    34: #kauth         stream  tcp     nowait  root    /usr/libexec/kauthd     kauthd
                     35: # Encrypted X connections
                     36: #kx            stream  tcp     nowait  root    /usr/X11R6/bin/kxd      kxd
1.1       deraadt    37: # RPC based services
                     38: rstatd/1-3     dgram   rpc/udp wait    root    /usr/libexec/rpc.rstatd rpc.rstatd
1.12      tholo      39: rusersd/1-3    dgram   rpc/udp wait    root    /usr/libexec/rpc.rusersd rpc.rusersd
1.3       tholo      40: #walld/1       dgram   rpc/udp wait    root    /usr/libexec/rpc.rwalld rpc.rwalld
1.1       deraadt    41: #sprayd/1      dgram   rpc/udp wait    root    /usr/libexec/rpc.sprayd rpc.sprayd
                     42: #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad
1.34      itojun     43: # IPv6 entry examples.
                     44: # define *both* IPv4 and IPv6 entries for dual-stack support.
1.33      itojun     45: #ftp           stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -US
1.34      itojun     46: #telnet                stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd -k
1.36      itojun     47: #shell         stream  tcp6    nowait  root    /usr/libexec/rshd       rshd -L
                     48: #login         stream  tcp6    nowait  root    /usr/libexec/rlogind    rlogind
1.35      itojun     49: #finger                stream  tcp6    nowait  nobody  /usr/libexec/fingerd    fingerd -lsm