Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 640cafddd28afdcc3f8a58987c5dfaa9 > files > 16

xinetd-2.3.13-1mdk.src.rpm

# default: off
# description: An echo server. This is the udp \
# version.

service echo
{
	type		= INTERNAL UNLISTED
	id		= echo-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
	disable		= yes
	port		= 7
}