Path: utzoo!utgpu!watmath!kcwellsch From: kcwellsch@watmath.waterloo.edu Newsgroups: uw.mfcf.software Subject: fix to rwhod Message-ID: <28665@watmath.waterloo.edu> Date: 25 Aug 89 15:06:10 GMT Sender: kcwellsch@watmath.waterloo.edu Reply-To: kcwellsch@watmath.waterloo.edu Distribution: uw Lines: 12 From: Ken Wellsch | 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).