Mail Archives: djgpp-workers/2000/08/12/04:47:36
> From: "Prashant TR" <tr AT eth DOT net>
> Date: Fri, 11 Aug 2000 23:24:45 +0530
> >
> > The DJGPP-specific fragment in tee.c which sets mode_string to "ab" or
> > "wb", should, I think be replaced by a SET_BINARY call on the file
> > descriptor returned by `fopen'. I think Jim Meyering explicitly
> > requested that.
>
> I've done this, too, in the patches I sent to Jim. I had also CCed them to
> you.
Yes, I vaguely remembered that, but probably didn't save that mail. I
looked at the file DIFFS in shl20js.zip when replying to your message.
> > About the value of default_shells[] in getusershell.c: perhaps instead
> > of the environment variable (which Jim Meyering didn't like), it's
> > better to (1) add "/dev/env/DJDIR/bin/bash.exe" to the list, and (2)
> > define SHELLS_FILE to "/dev/env/DJDIR/etc/shells" (and add an empty
> > file to the binary distro), so that users could add/edit that file if
> > their shell isn't in the list.
>
> Done. Check the patch below. If it works fine, I'll send them to Jim.
Will do.
- Raw text -