You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/netkit-talk/files/talk.xinetd

14 lines
265 B

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