File talk.xinetd of Package talk

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