view packages/redhat/noffle-xinetd @ 300:994e9ab2c24f noffle

[svn] * src/database.c: Accept articles with no body, substituting a body of a single empty line. Also cast a scanf parameter to remove warning.
author bears
date Thu, 13 Feb 2003 10:04:01 +0000 (2003-02-13)
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
}