On Sat, 20 Jan 1996, Greg Blakely wrote:
> Well, this is what's happening to mine! Of course, like I said yesterday,
> there was the warnings in the compile about comparing integers to pointers,
> but it made wrapper anyway.
> "wrapper test" worked, but showed all four as g/uid 54...
> Any help here?
uid 54 and gid 54 are the defaults in the Makefile as distributed. You
need to edit these lines in the POSIX section of the Makefile to agree
with the actual uid and gid in your /etc/passwd entry for the "majordom"
user:
W_UID = 54
W_GID = 54
Then recompile wrapper. You'll probably still get those "comparison
between pointer and integer" warnings, but at least "majordom's" uid and
gid will be correct so you'll be able to try a test list.
--------------------------------------------------------------------
Francis E. Old (Chip Old) Internet: fold@mail.bcpl.lib.md.us
Internetworking Administrator Voice: (410) 887-6180
Baltimore County Public Library FAX: (410) 887-2091
320 York Road
Towson, Maryland 21204 USA
References:
|
|