view debian/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
parents 95f382346e75
children
line wrap: on
line source

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