Ignore:
Timestamp:
Mar 9, 2010 2:44:44 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
86a7bb8
Parents:
9b3627e
Message:

SEER stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/prep_gateway.pl

    r9b3627e r4e9719b  
    1313my $peer;
    1414my $use_file;
     15my $fed_dir = "/usr/local/federation/";
    1516my %opts = (
    1617    'ssh_pubkey=s' => \$ssh_pubkey,
     
    2829my $uname = `uname`;
    2930chomp $uname;
     31
     32# on portals make sure client.conf is in the override position (in fed_dir).
     33my $client_conf = gateway_lib::client_conf_filename();
     34
     35copy($client_conf, "$fed_dir/etc/client.conf")
     36    unless $client_conf =~ /^$fed_dir/;
    3037
    3138if ($uname =~ /Linux/) {
Note: See TracChangeset for help on using the changeset viewer.