view packages/redhat/noffle-xinetd @ 436:4426f4dc6e8b noffle

[svn] * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and change to split long lines rather than truncate. Also change Prt_putTxtBuf() to work properly with long lines by removing all fixed buffer dependencies.
author bears
date Wed, 25 Jun 2003 10:40:02 +0100 (2003-06-25)
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
}