Changeset 9c166cf for fedkit/make_hosts


Ignore:
Timestamp:
Nov 5, 2008 1:38:10 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
2dafa0c
Parents:
2c6128f
Message:

Support for this as a real fedkit. Loads using fedd and establishes connectivity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/make_hosts

    r2c6128f r9c166cf  
    1717PROJECT=`$EMUDIR/tmcc -b status | $PERL -ne '/ALLOCATED=([^\/]+)\/([^\s]+)/ && print "$1\n";'`
    1818EXP=`$EMUDIR/tmcc -b status | $PERL -ne '/ALLOCATED=([^\/]+)\/([^\s]+)/ && print "$2\n";'`
    19 SCRIPTDIR="/proj/$PROJECT/exp/$EXP/tmp"
     19CONFIGDIR="/proj/$PROJECT/exp/$EXP/tmp"
     20SCRIPTDIR="/usr/local/federation/bin"
    2021
    2122# Very simple script to copy the global hosts file over the local one
     
    5051# Copy the seer.conf to the local /tmp if there is one
    5152
    52 if [ -e $SCRIPTDIR/seer.conf ]; then
    53         /bin/cp $SCRIPTDIR/seer.conf /tmp
     53if [ -e $CONFIGDIR/seer.conf ]; then
     54        /bin/cp $CONFIGDIR/seer.conf /tmp
    5455fi
    5556
Note: See TracChangeset for help on using the changeset viewer.