Changeset 9b3627e for fedkit/federate.pl


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/federate.pl

    rc2c153b r9b3627e  
    5858    $from->close();
    5959    $to->close();
    60     # Now, samba
    61     system('/usr/bin/yum -y install samba-client');
     60    # Now, samba.  Because of the python dance on PG, we need to call python2.2
     61    # explicitly
     62    system('/usr/bin/python2.2 /usr/bin/yum -y install samba-client');
    6263    # These tools expect the fstab to include smbfs instead
    6364    $smb_type = 'smbfs';
Note: See TracChangeset for help on using the changeset viewer.