From 905d2356084f7f5ac671e247294cf6b01bd2cd52 Mon Sep 17 00:00:00 2001 From: cphillip Date: Wed, 23 Jan 2002 17:38:06 +0000 Subject: [PATCH] o Since we were copying the wrong file into the backup directory, small change made to correct this. --- setup/setup-openssh.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $?) { -- 2.45.2