]> andersk Git - gssapi-openssh.git/commitdiff
o Since we were copying the wrong file into the backup directory, small
authorcphillip <cphillip>
Wed, 23 Jan 2002 17:38:06 +0000 (17:38 +0000)
committercphillip <cphillip>
Wed, 23 Jan 2002 17:38:06 +0000 (17:38 +0000)
     change made to correct this.

setup/setup-openssh.pl

index 16c79c726dd281a4b08a94dd959fc7e6319c1fc5..a4b390146e596fa97e63b95b9cb6bf8e2342289f 100644 (file)
@@ -51,7 +51,7 @@ $xauth_path = "/usr/bin/X11/xauth";
 $curr_time = time();
 $backupdir = "globus_backup_${curr_time}";
 $confbackupdir = "$backupdir/s1_conf";
-$transbackupdir = "$backupdir/s2_trans";
+$transbackupdir = "$backupdir/s3_trans";
 
 #
 # We need to make sure it's okay to copy our setup files (if some files are already
@@ -317,7 +317,7 @@ sub fixpaths
 
         if ($files{$f} == 1)
         {
-            $result = system("cp $f ${sysconfdir}/${transbackupdir}/$h 2>&1");
+            $result = system("cp $g ${sysconfdir}/${transbackupdir}/$h 2>&1");
 
             if ($result or $?)
             {
This page took 0.172893 seconds and 5 git commands to generate.