# See "man 8 inetd" for more information. # # If you make changes to this file, either reboot your machine or restart # inetd: # "net stop inetd" # "net start inetd" # The inetd will then re-read this file. # # # echo stream tcp nowait root internal echo dgram udp wait root internal discard stream tcp nowait root internal discard dgram udp wait root internal daytime stream tcp nowait root internal daytime dgram udp wait root internal chargen stream tcp nowait root internal chargen dgram udp wait root internal time stream tcp nowait root internal time dgram udp wait root internal # # The external services are typically called via 'tcpd' for # security reasons, eg. # ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd # # but tcpd is not part of the inetutils, unfortunately. # Nevertheless there's a port contributed by Prentis Brooks # # We are calling the services here directly. # # These are standard services. # ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd telnet stream tcp nowait root /usr/sbin/in.telnetd in.telnetd # # Shell, login, exec and talk are BSD protocols. # shell stream tcp nowait root /usr/sbin/in.rshd in.rshd -L login stream tcp nowait root /usr/sbin/in.rlogind in.rlogind exec stream tcp nowait root /usr/sbin/in.rexecd in.rexecd talk dgram udp wait root /usr/sbin/in.talkd in.talkd ntalk dgram udp wait root /usr/sbin/in.talkd in.talkd # # The Internet UUCP service. # uucp stream tcp nowait uucp /usr/sbin/in.uucpd in.uucpd # # Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." # # tftp dgram udp wait nobody /usr/sbin/in.tftpd in.tftpd