Ignore:
Timestamp:
Mar 9, 2010 1:08:05 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
4e9719b
Parents:
c2c153b
Message:

SEER support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/prep_gateway.pl

    rc2c153b r9b3627e  
    4949    $from->close();
    5050    $to->close();
    51     # Now, bridging
    52     system('/usr/bin/yum -y install bridge-utils');
     51    # Now, bridging (use old python...)
     52    system('/usr/bin/python2.2 /usr/bin/yum -y install bridge-utils');
    5353    #and keys
    5454    gateway_lib::import_key($ssh_pubkey,'/root/.ssh/authorized_keys')
Note: See TracChangeset for help on using the changeset viewer.