CVS source tree from 22 Jan 2001
Roumen Petrov
roumen.petrov at skalasoft.com
Mon Jan 22 22:47:06 EST 2001
Makefile.in is not fixed !
in old ssh.h
# define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
in new pathnames.h
#define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
but in Makefile.in
PATHS=...-DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
-----------------------------------------------------------
about patch:
- remove unused defines:
USE_EXTERNAL_ASKPASS (acconfig.h)
ASKPASS_PROGRAM (Makefile.in, pathnames.h)
- add new option (again)
--with-askpass=PATH
------------------------------------------------------------
About default for askpass ?
Default for sftp-server is $(libexecdir)/sftp-server
But in pathnames.h we have:
#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
I think that default for ssh-askpass is $(libexecdir)/ssh-askpass
or might is better for both program $(libexecdir)/ssh
------------------------------------------------------------
HOME PAGE for external x11-ssh-askpass program:
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-20010122.gz
Type: application/gzip
Size: 1669 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010122/4b9c6083/attachment.bin
More information about the openssh-unix-dev
mailing list