Changes in killuser:

	2.1.4:
		- Recoded all parts of the program
		  that called 'getpwent()' and
		  replaced it with 'getpwnam()'
		  so we wouldn't be reading 
		  uneeded lines out of the
		  /etc/passwd file.  it's more
		  efficent this way.  or so i hope.
