From: cphillip Date: Tue, 17 Sep 2002 19:02:21 +0000 (+0000) Subject: o Fix typo in sftp-server config line. X-Git-Tag: OPENSSH_GSI_GPT_1_2~2 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/b84327f805715d862acefc1809c88e0704ba16ae?hp=1c89237d163bd7717f2e56e75cbc386066049fff o Fix typo in sftp-server config line. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index d6680a7..8ffc2d0 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -847,7 +847,7 @@ sub copySSHDConfigFile # set the sftp directive # - $text = "Subsystem\tsftp\t$gpath/libxec/sftp-server"; + $text = "Subsystem\tsftp\t$gpath/libexec/sftp-server"; $data =~ s:^[\s|#]*Subsystem\s+sftp\s+.*$:$text:gm; #