Table of Contents
Xinetd is used to launch network services such as gexecd, pcpd, tftp and rsh. So, you have to check if your settings match these sample config files.
tftp file
service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot }
rsh file
service shell { disable = no socket_type = stream wait = no user = root log_on_success += USERID log_on_failure += USERID server = /usr/sbin/in.rshd }