Mail Archives: cygwin/1998/06/03/13:20:06
On 02-Jun-1998, Todd P. Whitesel <toddpw AT ugcs DOT caltech DOT edu> wrote:
> ftpd works, but if I change my /etc/passwd login shell, e.g. to /bin/bash
> -- it blew me off with "530 User toddpw access denied." until I changed it
> back to /bin/sh.
Do you have an /etc/shells (or maybe /usr/local/etc/shells) file?
This should contain a list of valid shells, one per line, e.g.
/bin/sh
/bin/bash
> Actually, could somebody just explain what exactly the text!=binary setting
> affects? Does it simply cover the behavior of fopen() without "b" or is it
> something more convoluted, like altering the behavior of read() and write().
It alters the behaviour of fopen() without "b" and also open() without
_O_BINARY, which then affects read() and write().
--
Fergus Henderson <fjh AT cs DOT mu DOT oz DOT au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -