I am trying to set up an ftp server and it works as a standalone, but I cannot get it to work using inetd. Here is how I put the ftp entry in my xintd.conf file. If you see anything wrong, or have any suggestions please let me know.
service proftpd
{
flags =REUSE
socket_type =stream
instances =3
wait=no
user=nobody
server=/usr/sbin/proftpd
bind=142.59.51.38
log_on_success =HOST PID
log_on_failure=HOST RECORD
}
includedir /etc/xinetd.d
