INSTALL file for swhoisd 2.0
===========================

	Simply type "make". For System V systems add -lnsl -lsocket
	to the LIBS section.

	Copy swhoisd to the daemon directory:

	e.g. cp -p swhoisd /usr/sbin/in.swhoisd
	
	Add a line similar to the one below to inetd.conf:

	whois	stream	tcp	nowait	root	/usr/sbin/swhoisd	swhoisd

	Or, for xinetd.conf:

	service whois
	{
		socket_type	= stream
		wait		= no
		user		= nobody
		server		= /usr/sbin/in.swhoisd
		disable		= no
	}
	
	Restart inetd (or xinetd) with kill -HUP

	Create /etc/swhoisd.conf (see README for instructions)

	And it's done.

	This distribution also comes with simple whois client source
	code. If your system doesn't have whois, copy the binary
	to /usr/local/bin or somewhere else in the users path.

