
	The programs addone and account.tcl assume that they are being run
in this directory. The shell program actually does the chdir, and hence
is the only one that needs to know the path to current directory. It
also needs to know the display.

shell: This is the shell for the lab assistants on the NIS master. It
	also can be run directly for debugging.

account.tcl: This is the gui. It calls addone and crypt.

addone: Usage: addone FirstName LastName EncryptedPassword. Addone needs
	to be setuid.

crypt: Usage: crypt CleartextPassword, outputs encrypted password.

copyfiles.sh: Makes the home directories and other needed files. Commented out.
	Needs to be run as root, or from addone.

ypmake: Utility for updating the yp database. Commented out.

logit.sh: Just a log filer.

vipw.kludge: This program use to do worst things to the passwd file. But
	now just keeps the file sorted by user name.

viyppw: This program is a vipw look-a-like, only it locks the same file
	../nis/.pwd.lock that addone and yppasswd does and then edits
	the ../nis/passwd file using /bin/vi

client: This program is basically "rlogin NIS-master" which starts the
	process on our system. Of course you need to change NIS-master to
	reflect your situation.
