File bftpd.xinetd of Package bftpd
# default: off
# description: bftpd ftp server
service ftp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/bftpd
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = yes
}