]> andersk Git - gssapi-openssh.git/commitdiff
o Set SXXsshd to executable upon setup.
authorcphillip <cphillip>
Tue, 14 May 2002 18:53:29 +0000 (18:53 +0000)
committercphillip <cphillip>
Tue, 14 May 2002 18:53:29 +0000 (18:53 +0000)
setup/setup-openssh.pl

index 2602d806a3602efaf56abd5bf73f6c29857b2930..1f7cf1f02d215c10c7e07e3ce2e4c8d6f1d104ee 100644 (file)
@@ -308,6 +308,7 @@ sub alterFileGlobusLocation
         $data = readFile($in);
         $data =~ s|\@GLOBUS_LOCATION\@|$gpath|g;
         writeFile($out, $data);
+        action("chmod 755 $out");
     }
 }
 
This page took 0.059059 seconds and 5 git commands to generate.