# default: on
# description: The whois server answers whois requests. Who is \
#	a protocol that allows remote users to see information such \
#	as domain name contact information.
service whois
{
	socket_type	= stream
	wait		= no
	user		= nobody
	server		= /usr/sbin/in.swhoisd
	disable		= no
#	log_type	= FLE /var/log/swhoisd.log
}
