******************************WARNING******************************
If you are not a system administrator you will probably not be able
to install this program!  So, if you don't have the needed
privledges, you can give it up now!  

The description described here-in is a 4.3 BSD setup.  You may have
to transpose it to get it going on your system.

This package contains sources taken from uunet.uu.net.  The sources
get_date.c and gettytab.c are unchanged from uunet.  The file
irciid.c is a modification of the telnetd.c source on uunet.  The
file Makefile is a modification of the telnetd Makefile from uunet.
The file reg.c is taken from the IRCII sources.  Since most of this
is from uunet, I probably won't be able to fix bugs in it on your
particular system.  Hack it until it works :)

If you don't understand something being described here-in, STOP.  Ask
questions.

Mike Sandrof
ms5n+@andrew.cmu.edu
******************************WARNING******************************


1. Edit the config.h file for you site.  It contains instructions and
descriptions of what you should do.

2. Type "make" to compile the program.

3. Edit your inetd.conf file and add the line:

ircii	stream	tcp	nowait	root	{PATH}/irciid	irciid

Replace {PATH} with the full path of the irciid program.  If you do
not want to run irciid as daemon, you can change it to any user you
wish.  IRCII 1.95 (currently in beta versions) has a define
DAEMON_UID in irc.h which you can set to the uid that irciid is being
run under.  IRCII will then not allow any disk writing function or
processes to be EXEC'd by those users.

4. Add the following line to your /etc/services file:

ircii		{PORT}/tcp

Replace {PORT} with the port number you wish to use for the service.

5. Restart inetd (sending it a SIGHUP does this)
