[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] use stderr when prompting for username

From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2002-12-27 16:47:08 CET

> Well, we should be consistent with password prompts, which (as I
> understand it) already go to /dev/tty on Unix. If this means adding
> functionality to APR, then we should do so.

Not on Linux (Debian) anyway:

        leda$ passwd > /dev/null 2>&1
        <no output>

        leda$ passwd > /dev/null
        (current) UNIX password:
        <ctrl-c>

They go to stderr.

Alexis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 27 16:48:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.