[uw.mfcf.software] fix to rwhod

kcwellsch@watmath.waterloo.edu (08/25/89)

From: Ken Wellsch <kcwellsch>

|  From idallen  Tue Aug 22 01:05:37 1989
|
|  fix this: if (utmpent && chdir(RWHODIR)) {
|  to this:  if (utmpent && !bflag && chdir(RWHODIR)) {
|
|  You fixed it one place but not the other.

Took a while to get the distribute stuff to work okay.  I distributed
it to all BSD4.3_Vax hosts.  It also uses /software/rwhod/spool/rwho
instead of /usr/spool/rwho (currently /software links to /usr/spool).