Changeset 2191
- Timestamp:
- 08/21/2008 09:10:42 AM (1 year ago)
- Files:
-
- gip/branches/1_0_0_release/vdt/setup/configure_gip (modified) (1 diff)
- gip/branches/original/vdt/setup/configure_gip (modified) (1 diff)
- gip/trunk/vdt/setup/configure_gip (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gip/branches/1_0_0_release/vdt/setup/configure_gip
r2169 r2191 398 398 my $output = `echo $gip_conf; . $gip_conf; echo \$OSG_GIP_BATCH; echo \$OSG_GIP_SRM; echo \$OSG_GIP_DISK; echo \$OSG_GIP_SE_NAME; echo \$OSG_GIP_SE_HOST; echo \$OSG_GIP_SA_PATH; echo \$OSG_GIP_SE_DISK; echo \$OSG_GIP_DATA; echo \$OSG_GIP_GUMS; echo \$OSG_GIP_SIMPLIFIED_SRM; echo \$OSG_GIP_SIMPLIFIED_SRM_PATH; echo \$OSG_GIP_SRM_IMPLEMENTATION_NAME; echo \$OSG_GIP_SRM_IMPLEMENTATION_VERSION; echo \$OSG_GIP_SE_ACCESS_VERSION; echo \$OSG_GIP_SE_CONTROL_VERSION; echo \$OSG_GIP_SE_ACCESS_NUMBER; echo \$OSG_GIP_DYNAMIC_DCACHE`; 399 399 my @outList = split /\n/, $output; 400 $batch = &remove_quotes($outList[1]);400 $batch = lc(&remove_quotes($outList[1])); 401 401 $srm = &remove_quotes($outList[2]); 402 402 $disk = &remove_quotes($outList[3]); gip/branches/original/vdt/setup/configure_gip
r1763 r2191 398 398 my $output = `echo $gip_conf; . $gip_conf; echo \$OSG_GIP_BATCH; echo \$OSG_GIP_SRM; echo \$OSG_GIP_DISK; echo \$OSG_GIP_SE_NAME; echo \$OSG_GIP_SE_HOST; echo \$OSG_GIP_SA_PATH; echo \$OSG_GIP_SE_DISK; echo \$OSG_GIP_DATA; echo \$OSG_GIP_GUMS; echo \$OSG_GIP_SIMPLIFIED_SRM; echo \$OSG_GIP_SIMPLIFIED_SRM_PATH; echo \$OSG_GIP_SE_VERSION; echo \$OSG_GIP_DYNAMIC_DCACHE; echo \$OSG_GIP_SE_CONTROL_VERSION`; 399 399 my @outList = split /\n/, $output; 400 $batch = &remove_quotes($outList[1]);400 $batch = lc(&remove_quotes($outList[1])); 401 401 $srm = &remove_quotes($outList[2]); 402 402 $disk = &remove_quotes($outList[3]); gip/trunk/vdt/setup/configure_gip
r2098 r2191 397 397 my $output = `echo $gip_conf; . $gip_conf; echo \$OSG_GIP_BATCH; echo \$OSG_GIP_SRM; echo \$OSG_GIP_DISK; echo \$OSG_GIP_SE_NAME; echo \$OSG_GIP_SE_HOST; echo \$OSG_GIP_SA_PATH; echo \$OSG_GIP_SE_DISK; echo \$OSG_GIP_DATA; echo \$OSG_GIP_GUMS; echo \$OSG_GIP_SIMPLIFIED_SRM; echo \$OSG_GIP_SIMPLIFIED_SRM_PATH; echo \$OSG_GIP_SRM_IMPLEMENTATION_NAME; echo \$OSG_GIP_SRM_IMPLEMENTATION_VERSION; echo \$OSG_GIP_SE_ACCESS_VERSION; echo \$OSG_GIP_SE_CONTROL_VERSION; echo \$OSG_GIP_SE_ACCESS_NUMBER; echo \$OSG_GIP_DYNAMIC_DCACHE`; 398 398 my @outList = split /\n/, $output; 399 $batch = &remove_quotes($outList[1]);399 $batch = lc(&remove_quotes($outList[1])); 400 400 $srm = &remove_quotes($outList[2]); 401 401 $disk = &remove_quotes($outList[3]);
