view packages/redhat/noffle-xinetd @ 461:b540ecb6f218 noffle

[svn] * src/itemlist.c: Add define so test code builds again. * src/noffle.c: Fix SF bug 756585 in command handling and beef up returning an appropriate exit value.
author bears
date Wed, 23 Jul 2003 08:53:42 +0100
parents d6e02253fb76
children
line wrap: on
line source

# default: off
# description: Usenet newsserver for small sites

service nntp
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= news
	group		= news
	only_from	= 127.0.0.1
	server		= /usr/bin/noffle
	server_args	= -r
}