Changeset 9c166cf for fedkit/make_hosts
- Timestamp:
- Nov 5, 2008 1:38:10 AM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 2dafa0c
- Parents:
- 2c6128f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/make_hosts
r2c6128f r9c166cf 17 17 PROJECT=`$EMUDIR/tmcc -b status | $PERL -ne '/ALLOCATED=([^\/]+)\/([^\s]+)/ && print "$1\n";'` 18 18 EXP=`$EMUDIR/tmcc -b status | $PERL -ne '/ALLOCATED=([^\/]+)\/([^\s]+)/ && print "$2\n";'` 19 SCRIPTDIR="/proj/$PROJECT/exp/$EXP/tmp" 19 CONFIGDIR="/proj/$PROJECT/exp/$EXP/tmp" 20 SCRIPTDIR="/usr/local/federation/bin" 20 21 21 22 # Very simple script to copy the global hosts file over the local one … … 50 51 # Copy the seer.conf to the local /tmp if there is one 51 52 52 if [ -e $ SCRIPTDIR/seer.conf ]; then53 /bin/cp $ SCRIPTDIR/seer.conf /tmp53 if [ -e $CONFIGDIR/seer.conf ]; then 54 /bin/cp $CONFIGDIR/seer.conf /tmp 54 55 fi 55 56
Note: See TracChangeset
for help on using the changeset viewer.