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
On Mon, 22 Jan 2001, Roumen Petrov wrote:> 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)\"I figured I'd miss one or two of those things.=) I'll fix this later today. All references to SSH_ASKPASS_DEFAULT should be changed to _PATH_SSH_ASKPASS_DEFAULT. - Ben
Circa 2001-Jan-22 13:47:06 +0200 dixit Roumen Petrov: : ------------------------------------------------------------ : HOME PAGE for external x11-ssh-askpass program: : http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ Actually, i'd prefer it if the following URL is used instead of, or at least in addition to, the one above: http://www.jmknoble.cx/software/x11-ssh-askpass/ It points to the same spot, but it's a more stable location. -- jim knoble | jmknoble at jmknoble.cx | http://www.jmknoble.cx/
On Mon, 22 Jan 2001, Roumen Petrov wrote:> 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)\" >Done.. Along with a few more path fix ups.> ----------------------------------------------------------- > 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 ? >I would perfer to sit on this for a bit longer. With the major cleanup that just happened I would perfer to shake out the minor compile issues and get ready for a real 2.4.0 release.=) - Ben