[57] in Hesiod
Re:
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Sep 24 13:48:25 1991
Date: Tue, 24 Sep 91 13:43:21 -0400
From: tytso@Athena.mit.edu (Theodore Ts'o)
To: nabors@bart.MIT.EDU
Cc: hesiod@Athena.mit.edu
In-Reply-To: nabors@bart.MIT.EDU's message of Tue, 24 Sep 91 10:54:52 -0500,
Reply-To: tytso@Athena.mit.edu
Date: Tue, 24 Sep 91 10:54:52 -0500
From: nabors@bart.MIT.EDU
As you may have noticed pw_quota is missing. Is pw_quota used in
some special case in hesiod?
No, pw_quota is a structure member in BSD 4.3 systems, and probably
others. According to the BSD 4.3 getpwent(3) man page, this field is
not used. If Sun OS doesn't have this field in struct passwd, you can
just eliminate it.
- Ted