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

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

1.44    ! thorpej     1: #      $NetBSD: inetd.conf,v 1.43 2001/04/06 00:29:58 thorpej Exp $
1.1       cgd         2: #
                      3: # Internet server configuration database
                      4: #
1.18      mikel       5: #      @(#)inetd.conf  8.2 (Berkeley) 3/18/94
1.1       cgd         6: #
1.35      sommerfe    7: #ftp           stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -ll
1.40      itojun      8: #ftp           stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -ll
1.35      sommerfe    9: #telnet                stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
1.40      itojun     10: #telnet                stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd
1.29      mycroft    11: #shell         stream  tcp     nowait  root    /usr/libexec/rshd       rshd -L
1.40      itojun     12: #shell         stream  tcp6    nowait  root    /usr/libexec/rshd       rshd -L
1.35      sommerfe   13: #login         stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -L
1.40      itojun     14: #login         stream  tcp6    nowait  root    /usr/libexec/rlogind    rlogind -L
1.5       deraadt    15: #exec          stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
                     16: #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
                     17: #nntp          stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
1.29      mycroft    18: #finger                stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
1.40      itojun     19: #finger                stream  tcp6    nowait  nobody  /usr/libexec/fingerd    fingerd
1.28      ad         20: #ident         stream  tcp     nowait  nobody:kmem /usr/libexec/identd identd -l -o -e -N
1.35      sommerfe   21: #tftp          dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
1.40      itojun     22: #tftp          dgram   udp6    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
1.29      mycroft    23: #comsat                dgram   udp     wait    root    /usr/libexec/comsat     comsat
1.41      itojun     24: #comsat                dgram   udp6    wait    root    /usr/libexec/comsat     comsat
1.29      mycroft    25: #ntalk         dgram   udp     wait    nobody:tty      /usr/libexec/ntalkd     ntalkd
1.14      thorpej    26: #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
1.22      mrg        27: #
                     28: #      Games
                     29: #
1.21      mrg        30: #hunt          dgram   udp     wait    nobody  /usr/games/huntd        huntd
1.22      mrg        31: #
                     32: #      Internal services
                     33: #
1.18      mikel      34: #tcpmux                stream  tcp     nowait  root    internal
1.22      mrg        35: #echo          stream  tcp     nowait  nobody  internal
1.40      itojun     36: #echo          stream  tcp6    nowait  nobody  internal
1.22      mrg        37: #discard       stream  tcp     nowait  nobody  internal
1.40      itojun     38: #discard       stream  tcp6    nowait  nobody  internal
1.22      mrg        39: #chargen       stream  tcp     nowait  nobody  internal
1.40      itojun     40: #chargen       stream  tcp6    nowait  nobody  internal
1.29      mycroft    41: #daytime       stream  tcp     nowait  nobody  internal
1.40      itojun     42: #daytime       stream  tcp6    nowait  nobody  internal
1.29      mycroft    43: #time          stream  tcp     nowait  nobody  internal
1.40      itojun     44: #time          stream  tcp6    nowait  nobody  internal
1.22      mrg        45: #echo          dgram   udp     wait    nobody  internal
1.40      itojun     46: #echo          dgram   udp6    wait    nobody  internal
1.22      mrg        47: #discard       dgram   udp     wait    nobody  internal
1.40      itojun     48: #discard       dgram   udp6    wait    nobody  internal
1.22      mrg        49: #chargen       dgram   udp     wait    nobody  internal
1.40      itojun     50: #chargen       dgram   udp6    wait    nobody  internal
1.22      mrg        51: #daytime       dgram   udp     wait    nobody  internal
1.40      itojun     52: #daytime       dgram   udp6    wait    nobody  internal
1.22      mrg        53: #time          dgram   udp     wait    nobody  internal
1.40      itojun     54: #time          dgram   udp6    wait    nobody  internal
1.18      mikel      55: #qotd          stream  tcp     nowait  nobody  /usr/games/fortune      fortune
1.40      itojun     56: #qotd          stream  tcp6    nowait  nobody  /usr/games/fortune      fortune
1.22      mrg        57: #
                     58: #      Kerberos authenticated services
                     59: #
1.11      cgd        60: #klogin                stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
                     61: #eklogin       stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k -x
                     62: #kshell                stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
1.22      mrg        63: #
                     64: #      Services run ONLY on the Kerberos server
                     65: #
1.37      thorpej    66: #kerberos-adm  stream  tcp     nowait  root    /usr/libexec/kadmind    kadmind
1.40      itojun     67: #kerberos-adm  stream  tcp6    nowait  root    /usr/libexec/kadmind    kadmind
1.42      thorpej    68: #kpasswd       dgram   udp     wait    root    /usr/libexec/kpasswdd   kpasswdd
                     69: #kpasswd       dgram   udp6    wait    root    /usr/libexec/kpasswdd   kpasswdd
1.38      thorpej    70: #
                     71: # The hprop service is run on slave KDCs to receive the database from
                     72: # the master KDC.
                     73: #hprop         stream  tcp     nowait  root    /usr/libexec/hpropd     hpropd
1.43      thorpej    74: #hprop         stream  tcp6    nowait  root    /usr/libexec/hpropd     hpropd
1.22      mrg        75: #
                     76: #      RPC based services
                     77: #
1.44    ! thorpej    78: #rstatd/1-3    dgram   rpc/udp wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
        !            79: #rstatd/1-3    dgram   rpc/udp6 wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
        !            80: #rusersd/2-3   dgram   rpc/udp wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
        !            81: #rusersd/2-3   dgram   rpc/udp6 wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
        !            82: #walld/1       dgram   rpc/udp wait    nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld
1.22      mrg        83: #sprayd/1      dgram   rpc/udp wait    nobody  /usr/libexec/rpc.sprayd rpc.sprayd
1.10      deraadt    84: #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad

CVSweb <webmaster@jp.NetBSD.org>