Mailing List Archive

[PATCH] A couple of small fixes for 1.2pre14.
Hi,
This patch fixes a couple of small items in 1.2.pre14:

1. It's ssh-askpass, not scp that was moved to $(libexecdir)/ssh.
2. Make sure that $(libexecdir) exists.

--- openssh-1.2pre14/ChangeLog~ Mon Nov 22 08:11:23 1999
+++ openssh-1.2pre14/ChangeLog Mon Nov 22 09:48:15 1999
@@ -60,7 +60,7 @@
- EGD uses a socket, not a named pipe. Duh.
- Fix includes in fingerprint.c
- Fix scp progress bar bug again.
- - Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request of
+ - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
David Rankin <drankin@bohemians.lexington.ky.us>
- Added autoconf option to enable Kerberos 4 support (untested)
- Added autoconf option to enable AFS support (untested)
--- openssh-1.2pre14/Makefile.in~ Mon Nov 22 03:57:07 1999
+++ openssh-1.2pre14/Makefile.in Mon Nov 22 09:46:51 1999
@@ -2,7 +2,6 @@
exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
-libdir=@libdir@
libexecdir=@libexecdir@
mandir=@mandir@
sysconfdir=@sysconfdir@
@@ -83,7 +82,7 @@
ln -sf ssh.1 $(mandir)/man1/slogin.1

if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \
- install -d $(libdir) ; \
+ install -d $(libexecdir) ; \
install -d $(libexecdir)/ssh ; \
if [ -z "@GNOME_ASKPASS@" ] ; then \
install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \

--
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------
Re: [PATCH] A couple of small fixes for 1.2pre14. [ In reply to ]
On Mon, 22 Nov 1999, Niels Kristian Bech Jensen wrote:

> Hi,
> This patch fixes a couple of small items in 1.2.pre14:
>
> 1. It's ssh-askpass, not scp that was moved to $(libexecdir)/ssh.
> 2. Make sure that $(libexecdir) exists.

Thanks for that, I have applied it.

Regards,
Damien

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)