/etc/inetd.conf

# [service_name] [sock_type] [proto] [flags] [user] [server_path] [args]
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
#
ftp	stream	tcp	nowait	root	/usr/sbin/tcpd	in.ftpd -l -a
telnet	stream  tcp 	nowait  root    /usr/sbin/tcpd	in.telnetd