INSANITY Shell Configuration Program by Steve Conley, (c)1997
Do not modify, edit, or copy without permission!

This is a simple program to help users, new to UNIX and the more
experienced, to easily configure their shells.  This program is
quite versitile, and can configure either the .cshrc in the user's
directory, or use a differant default pathname.  The default is
to use the ~/.insanerc file; this can be changed in config.c.

This program should be added to the /etc/csh.login file to insure
it's run a boottime.  Also, if you use a default file other than
.cshrc, you will need to have 'source ~/filename' somewhere.

'make' then 'make clean' will make the files and clean out the
output, then you can install 'insanity' to wherever you want.
/usr/bin is suggested, though it can be anyplace, so long as
it's in the user's path.  Look at config.c to make any changes
you need--this program is shipped to run fine if you add the
following lines to your csh.login file (I usually put this
before anything like 'fortune' or any cutsie stuff that runs
and displays output):

insanity
source ~/.insanerc

Have fun!

Steve Conley, Head Programmer of Project INSANITY Software.
