]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Tom Regner added /usr/lib/misc to the path to scan for sftp to make the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 21:16:08 +0000 (21:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 21:16:08 +0000 (21:16 +0000)
sftp tests run fine on gentoo

tests/sshserver.pl

index a2413bb075d98fec15d42caf09b180b3e11a7825..d6802ea382c2dbca2a6b1b51ffc32c4543a1548c 100644 (file)
@@ -25,7 +25,7 @@ if ($^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'msys' || $^O eq 'dos' || $^O
 }
 
 # Where to look for sftp-server
-my @sftppath=qw(/usr/lib/openssh /usr/libexec/openssh /usr/libexec /usr/local/libexec /opt/local/libexec /usr/lib/ssh /usr/libexec/ssh /usr/sbin /usr/lib /usr/lib/ssh/openssh /usr/lib64/ssh /usr/lib64/misc);
+my @sftppath=qw(/usr/lib/openssh /usr/libexec/openssh /usr/libexec /usr/local/libexec /opt/local/libexec /usr/lib/ssh /usr/libexec/ssh /usr/sbin /usr/lib /usr/lib/ssh/openssh /usr/lib64/ssh /usr/lib64/misc /usr/lib/misc);
 
 my $username = $ENV{USER};