Rearrange yes/no prompting code so that the prompts always show the

Peter Eisentraut <peter_e@gmx.net>

Commit: cbb7acface7115dfb17674a68086bc82a3b8fa11
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2006-09-22T18:50:41Z
Releases: 8.2.0
Rearrange yes/no prompting code so that the prompts always show the
(possibly (un)translated) letters that are actually expected as input.
Also reject invalid responses instead of silenty taken them as "no".

with help from Bernd Helmle

Files

PathChange+/−
src/bin/scripts/common.c modified +22 −11
src/bin/scripts/common.h modified +2 −2
src/bin/scripts/createuser.c modified +4 −13
src/bin/scripts/dropdb.c modified +2 −5
src/bin/scripts/dropuser.c modified +2 −5
src/bin/scripts/nls.mk modified +2 −2