view packages/redhat/noffle-xinetd @ 257:087e7039b569 noffle

[svn] * src/database.c: DB_compact() now does nothing. It was calling gdbm_reorganize() which did rebuild on the database, copying it to a new database and renaming. This now has an explicit function, Db_rebuild(), and you don't want to chew disc space like this during a routine expire.
author bears
date Wed, 26 Jun 2002 14:28:35 +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
}