This is the second patch for VU BBS and includes fixes to allow setting of
user passwords from user setup and useradm more reliably under different
configurations (shadow passwords, etc).

The actual change was a complete re-write of the password update section, and
new binaries and elf shared libs are included in this patch.  Password 
changes are now performed by actually running /bin/passwd (or 
/usr/bin/passwd) through a virtual terminal behind the interface!

If you are using elf binaries, use:
   cp -a *.so.* /usr/tycho/lib
   cp -a useradm-elf /usr/sbin/useradm
   cp -a useradm-elf /usr/sbin/newusers
   cp -a password-elf /usr/lib/user-setup

If you are using aout binaries:
   cp -a useradm-aout /usr/sbin/useradm
   cp -a useradm-aout /usr/sbin/newusers
   cp -a password-aout /usr/lib/user-setup
