Actions:
|
2009-06-04 18:17 AEST by Arthur Barrett - The password is echo'd on solaris version of cvsnt.
The configure.in source script should probably force solaris to use the internal CVSNT password
routine:
case "${target_os}" in
.
.
.
solaris*)
AC_DEFINE(NO_GETPASS,,[Define to force use of replacement getpass])
CFLAGS="$CFLAGS -threads"
.
.
.
This bug has been around and documented in the eBook for quite some time, but I couldn't find an
actual bug number for it - so here it is... |