linux-libre upgraded to version 4.19.16
[dragora.git] / archive / inetutils / etc / inetd.conf
blob0825097da7c27837469f05411d23bc19416a1628
2 # /etc/inetd.conf - Internet super-server configuration.
4 # This one is a minimal configuration for the services that we provide.
6 # For a complete overview and configuration of inetd(8), type:
7 # info inetutils 'inetd invocation'
10 #echo           stream  tcp     nowait  root    internal
11 #echo           dgram   udp     wait    root    internal
12 #discard        stream  tcp     nowait  root    internal
13 #discard        dgram   udp     wait    root    internal
14 #daytime        stream  tcp     nowait  root    internal
15 #daytime        dgram   udp     wait    root    internal
16 #chargen        stream  tcp     nowait  root    internal
17 #chargen        dgram   udp     wait    root    internal
18 #time           stream  tcp     nowait  root    internal
19 #time           dgram   udp     wait    root    internal
21 # Remote execution daemon
22 #exec           stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/libexec/rexecd -l
24 # File transfer protocol daemon
25 #ftp            stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/libexec/ftpd -l -a
27 # DARPA telnet protocol server
28 #telnet         stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/libexec/telnetd --no-hostinfo
30 # Tftp service is provided primarily for booting.  Most sites
31 # run this only on machines acting as "boot servers." Do not uncomment
32 # this unless you *need* it.
33 #tftp           dgram   udp     wait    root    /usr/sbin/tcpd  /usr/libexec/tftpd -l