File ntalk.xinetd of Package talk
# default: off
# description: The talk server accepts talk requests for chatting with users \
# on other systems.
service ntalk
{
flags = IPv4
socket_type = dgram
protocol = udp
wait = yes
user = nobody
group = tty
server = /usr/sbin/in.talkd
disable = yes
}