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

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

1.42    ! itojun      1: #      $OpenBSD: inetd.conf,v 1.41 2001/09/25 01:00:21 deraadt Exp $
1.1       deraadt     2: #
                      3: # Internet server configuration database
                      4: #
1.39      itojun      5: # define *both* IPv4 and IPv6 entries for dual-stack support.
                      6: #
1.32      deraadt     7: #ftp           stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -US
1.39      itojun      8: #ftp           stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -US
1.32      deraadt     9: #telnet                stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd -k
1.39      itojun     10: #telnet                stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd -k
1.31      deraadt    11: #shell         stream  tcp     nowait  root    /usr/libexec/rshd       rshd -L
1.39      itojun     12: #shell         stream  tcp6    nowait  root    /usr/libexec/rshd       rshd -L
1.32      deraadt    13: #login         stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
1.39      itojun     14: #login         stream  tcp6    nowait  root    /usr/libexec/rlogind    rlogind
1.1       deraadt    15: #exec          stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
                     16: #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
1.37      deraadt    17: #finger                stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd -lsm
1.39      itojun     18: #finger                stream  tcp6    nowait  nobody  /usr/libexec/fingerd    fingerd -lsm
1.40      hugh       19: ident          stream  tcp     nowait  nobody  /usr/libexec/identd     identd -el
                     20: ident          stream  tcp6    nowait  nobody  /usr/libexec/identd     identd -el
1.11      deraadt    21: #tftp          dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
1.42    ! itojun     22: #tftp          dgram   udp6    wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
1.1       deraadt    23: comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
1.39      itojun     24: comsat         dgram   udp6    wait    root    /usr/libexec/comsat     comsat
1.37      deraadt    25: #ntalk         dgram   udp     wait    root    /usr/libexec/ntalkd     ntalkd
1.1       deraadt    26: #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
1.41      deraadt    27: #pop3          stream  tcp     nowait  root    /usr/sbin/popa3d        popa3d
1.1       deraadt    28: # Internal services
1.17      deraadt    29: #echo          stream  tcp     nowait  root    internal
1.39      itojun     30: #echo          stream  tcp6    nowait  root    internal
1.17      deraadt    31: #discard       stream  tcp     nowait  root    internal
1.39      itojun     32: #discard       stream  tcp6    nowait  root    internal
1.17      deraadt    33: #chargen       stream  tcp     nowait  root    internal
1.39      itojun     34: #chargen       stream  tcp6    nowait  root    internal
1.1       deraadt    35: daytime                stream  tcp     nowait  root    internal
1.39      itojun     36: daytime                stream  tcp6    nowait  root    internal
1.1       deraadt    37: time           stream  tcp     nowait  root    internal
1.39      itojun     38: time           stream  tcp6    nowait  root    internal
1.13      deraadt    39: #echo          dgram   udp     wait    root    internal
1.39      itojun     40: #echo          dgram   udp6    wait    root    internal
1.14      deraadt    41: #discard       dgram   udp     wait    root    internal
1.39      itojun     42: #discard       dgram   udp6    wait    root    internal
1.13      deraadt    43: #chargen       dgram   udp     wait    root    internal
1.39      itojun     44: #chargen       dgram   udp6    wait    root    internal
1.14      deraadt    45: #daytime       dgram   udp     wait    root    internal
1.39      itojun     46: #daytime       dgram   udp6    wait    root    internal
1.14      deraadt    47: #time          dgram   udp     wait    root    internal
1.39      itojun     48: #time          dgram   udp6    wait    root    internal
1.1       deraadt    49: # Kerberos authenticated services
1.21      deraadt    50: #klogin                stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
1.30      deraadt    51: #eklogin       stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -kx
1.21      deraadt    52: #kshell                stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
1.30      deraadt    53: #ekshell       stream  tcp     nowait  root    /usr/libexec/rshd       rshd -Lk
                     54: #ekshell2      stream  tcp     nowait  root    /usr/libexec/rshd       rshd -Lk
1.23      deraadt    55: #kauth         stream  tcp     nowait  root    /usr/libexec/kauthd     kauthd
                     56: # Encrypted X connections
                     57: #kx            stream  tcp     nowait  root    /usr/X11R6/bin/kxd      kxd
1.1       deraadt    58: # RPC based services
                     59: rstatd/1-3     dgram   rpc/udp wait    root    /usr/libexec/rpc.rstatd rpc.rstatd
1.12      tholo      60: rusersd/1-3    dgram   rpc/udp wait    root    /usr/libexec/rpc.rusersd rpc.rusersd
1.3       tholo      61: #walld/1       dgram   rpc/udp wait    root    /usr/libexec/rpc.rwalld rpc.rwalld
1.1       deraadt    62: #sprayd/1      dgram   rpc/udp wait    root    /usr/libexec/rpc.sprayd rpc.sprayd
                     63: #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad