]> andersk Git - gssapi-openssh.git/commitdiff
Temporary change to make $GLOBUS_LOCATION/bin/scp mode 755.
authorcphillip <cphillip>
Thu, 17 Jan 2002 20:52:01 +0000 (20:52 +0000)
committercphillip <cphillip>
Thu, 17 Jan 2002 20:52:01 +0000 (20:52 +0000)
setup/setup-openssh.pl

index 92832b561b57e36d2215ea547eae6fd5a494653c..51edbd909fbfcf8c23e7ca1a1fd753e3725af262 100644 (file)
@@ -29,7 +29,7 @@ my $globusdir = $gpath;
 my $setupdir = "$globusdir/setup/globus";
 my $myname = "setup-openssh.pl";
 
-print "$myname: Configuring gsi-openssh package";
+print "$myname: Configuring package 'gsi-openssh'\n";
 
 #
 # Set up path prefixes for use in the path translations
@@ -126,6 +126,11 @@ sub fixpaths
     return 0;
 }
 
+sub setperms()
+{
+    $result = system("chmod 755 $bindir/scp");
+}
+
 sub runkeygen
 {
     print "Generating ssh keys (if necessary)...\n";
@@ -163,6 +168,7 @@ sub runkeygen
 }
 
 fixpaths();
+setperms();
 runkeygen();
 
 my $metadata = new Grid::GPT::Setup(package_name => "gsi-openssh-setup");
This page took 0.043226 seconds and 5 git commands to generate.