curl-library
Unavailable sshd when not in PATH
From: Yang Tse <yangsita_at_gmail.com>
Date: Fri, 30 Mar 2007 05:20:16 +0200
Received on 2007-03-30
Date: Fri, 30 Mar 2007 05:20:16 +0200
Dan,
Current sshserver.pl is searching for sshd in PATH and for the
sftp-server plugin in a given set of locations.
If sshd happens not to be found in the PATH, tests 6XX fail.
I've been able to complete 6XX tests on Cygwin using the attached patch.
With it sshd and sftp-server are both searched first in the PATH and
afterwards in the given set of locations.
-- -=[Yang]=-
- text/plain attachment: sshserver_pl.patch