Mail Archives: djgpp-workers/2001/01/21/06:35:18
On Sun, 21 Jan 2001, Tim Van Holder wrote:
> As an aside, what's preferred in a DJGPP package: an extensionless
> script (gst-config), or one with a .sh extension (gst-config.sh)?
I think gst-config is preferred, since Bash will invoke it automatically.
> I did run into an old friend: missing pw_passwd and pw_gecos
> fields in struct passwd, and missing gr_passwd in struct group.
> Any particular objections to adding these (even though they have
> no real meaning on a DOS system, I suspect their presence might
> be required by POSIX)?
No, they aren't Posix, and a program which assumes them without testing
is buggy. But I think we've bumped into this enough times, so please go
ahead and post the patches to add them.
- Raw text -