Index: trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 9054)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 9086)
@@ -77,20 +77,6 @@
 ssh -nx phoenix /opt/SUNWsamfs/bin/stage -V $inpath/20*_0*${run}_Y_*_E.root >> $scriptlog 2>&1
 
-
-# define star.rc files
-starrcnew=$setuppath/$program/star.rc
-starrcmux=$setuppath/$program/star_mux.rc
-# link star.rc file
-echo "linking the star.rc file to $outpath" >> $scriptlog 2>&1
-if [ $sequence -gt 200000 ]
-then
-   ln -vsf $starrcmux $outpath/star.rc >> $scriptlog 2>&1
-else
-   ln -vsf $starrcnew $outpath/star.rc >> $scriptlog 2>&1
-fi
-starrcseq=$outpath/star.rc
-
-echo "./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile --config=$starrcseq 2>> $scriptlog> /dev/null" >> $scriptlog 2>&1
-./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile --config=$starrcseq 2>> $scriptlog> /dev/null
+echo "./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null" >> $scriptlog 2>&1
+./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile 2>> $scriptlog> /dev/null
 check1=$?
 
