From: cphillip Date: Wed, 23 Jan 2002 17:38:06 +0000 (+0000) Subject: o Since we were copying the wrong file into the backup directory, small X-Git-Tag: OPENSSH_3_0_2P1~16 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/905d2356084f7f5ac671e247294cf6b01bd2cd52 o Since we were copying the wrong file into the backup directory, small change made to correct this. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 16c79c7..a4b3901 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -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 $?) {