Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 64c1443f2b56ab686403e7a6b8449a5f > files > 13

xinetd-2.3.10-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
}