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

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

1.35.2.4! fvdl        1: #      $NetBSD: inetd.conf,v 1.35.2.3 2000/08/06 21:00:33 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
                      8: #telnet                stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
1.29      mycroft     9: #shell         stream  tcp     nowait  root    /usr/libexec/rshd       rshd -L
1.35      sommerfe   10: #login         stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -L
1.5       deraadt    11: #exec          stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
                     12: #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
                     13: #nntp          stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
1.29      mycroft    14: #finger                stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
1.28      ad         15: #ident         stream  tcp     nowait  nobody:kmem /usr/libexec/identd identd -l -o -e -N
1.35      sommerfe   16: #tftp          dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
1.29      mycroft    17: #comsat                dgram   udp     wait    root    /usr/libexec/comsat     comsat
                     18: #ntalk         dgram   udp     wait    nobody:tty      /usr/libexec/ntalkd     ntalkd
1.14      thorpej    19: #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
1.22      mrg        20: #
                     21: #      Games
                     22: #
1.21      mrg        23: #hunt          dgram   udp     wait    nobody  /usr/games/huntd        huntd
1.22      mrg        24: #
                     25: #      Internal services
                     26: #
1.18      mikel      27: #tcpmux                stream  tcp     nowait  root    internal
1.22      mrg        28: #echo          stream  tcp     nowait  nobody  internal
                     29: #discard       stream  tcp     nowait  nobody  internal
                     30: #chargen       stream  tcp     nowait  nobody  internal
1.29      mycroft    31: #daytime       stream  tcp     nowait  nobody  internal
                     32: #time          stream  tcp     nowait  nobody  internal
1.22      mrg        33: #echo          dgram   udp     wait    nobody  internal
                     34: #discard       dgram   udp     wait    nobody  internal
                     35: #chargen       dgram   udp     wait    nobody  internal
                     36: #daytime       dgram   udp     wait    nobody  internal
                     37: #time          dgram   udp     wait    nobody  internal
1.18      mikel      38: #qotd          stream  tcp     nowait  nobody  /usr/games/fortune      fortune
1.22      mrg        39: #
                     40: #      Kerberos authenticated services
                     41: #
1.11      cgd        42: #klogin                stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
                     43: #eklogin       stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k -x
                     44: #kshell                stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
1.22      mrg        45: #
                     46: #      Services run ONLY on the Kerberos server
                     47: #
1.35.2.2  thorpej    48: #kerberos-adm  stream  tcp     nowait  root    /usr/libexec/kadmind    kadmind
1.35.2.4! fvdl       49: #kpasswd       dgram   udp     nowait  root    /usr/libexec/kpasswdd   kpasswdd
1.35.2.3  thorpej    50: #
                     51: # The hprop service is run on slave KDCs to receive the database from
                     52: # the master KDC.
                     53: #hprop         stream  tcp     nowait  root    /usr/libexec/hpropd     hpropd
1.22      mrg        54: #
                     55: #      RPC based services
                     56: #
1.35.2.1  thorpej    57: #rstatd/1-3    dgram   rpc/udp wait:100        nobody:kmem     /usr/libexec/rpc.rstatd rpc.rstatd
                     58: #rusersd/2-3   dgram   rpc/udp wait:100        nobody  /usr/libexec/rpc.rusersd rpc.rusersd
1.29      mycroft    59: #walld/1       dgram   rpc/udp wait    nobody:tty      /usr/libexec/rpc.rwalld rpc.rwalld
1.22      mrg        60: #sprayd/1      dgram   rpc/udp wait    nobody  /usr/libexec/rpc.sprayd rpc.sprayd
1.10      deraadt    61: #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad
1.24      itojun     62: #
                     63: #      IPv6 services.
                     64: #      The only difference with the above is "tcp6" instead of "tcp".
1.30      itojun     65: #      Be sure to enable both "tcp" and "tcp6" when you need service for
                     66: #      both IPv4/v6.  Consult inetd(8) for details.
1.24      itojun     67: #
1.35      sommerfe   68: #ftp           stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -ll
                     69: #telnet                stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd
1.31      itojun     70: #shell         stream  tcp6    nowait  root    /usr/libexec/rshd       rshd -L
1.35      sommerfe   71: #login         stream  tcp6    nowait  root    /usr/libexec/rlogind    rlogind -L
1.27      ad         72: #finger                stream  tcp6    nowait  nobody  /usr/libexec/fingerd    fingerd
1.35      sommerfe   73: #tftp          dgram   udp6    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
1.35.2.4! fvdl       74: #kpasswd       dgram   udp6    nowait  root    /usr/libexec/kpasswdd   kpasswdd
1.34      fvdl       75:
                     76: #
                     77: #      IPv6 RPC services.
                     78: #
1.35.2.1  thorpej    79: #rstatd/1-3    dgram   rpc/udp6        wait:100        root    /usr/libexec/rpc.rstatd rpc.rstatd
                     80: #rusersd/2-3   dgram   rpc/udp6        wait:100        root    /usr/libexec/rpc.rusersd rpc.rusersd

CVSweb <webmaster@jp.NetBSD.org>