]> andersk Git - gssapi-openssh.git/commitdiff
o Fix typo in sftp-server config line.
authorcphillip <cphillip>
Tue, 17 Sep 2002 19:02:21 +0000 (19:02 +0000)
committercphillip <cphillip>
Tue, 17 Sep 2002 19:02:21 +0000 (19:02 +0000)
setup/setup-openssh.pl

index d6680a75e01d2bacf57c7c2ee5ff2f4ea4955218..8ffc2d05d89e96557af052f7f957ebe40f066d6e 100644 (file)
@@ -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;
 
     #
This page took 0.292642 seconds and 5 git commands to generate.