[uw.mfcf.bugs] groups command

rbutterworth@watmath.waterloo.edu (08/31/89)

From: Ray Butterworth <rbutterworth>

The Makefile tried to install this under /usr/ucb.
Fortunately the Makefile wasn't set up right so it didn't.

It won't load on maytag since it uses funny non-standard
functions that aren't there.

It uses some libmfcf functions, and a lot of non-libmfcf
fucnctions.  This is wrong.  Libmfcf is very incestuous
and not always compatible with libc functions.  Mixing
the two approaches to doing things can be dangerous.
Either the thing should be completely rewritten to use
libmfcf, or the libmfcf calls should be removed.