Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > by-pkgid > 56567c1fe81f64b522854968bbc25905 > files > 12

xinetd-2.3.14-10mdv2009.1.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
}