From eccf9517d0efd213f6af3c69e8118fd6db5937d0 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 13 Dec 2011 13:23:30 +0000
Subject: [PATCH] Task #2800: corrected some paths

---
 MAC/APL/Appl_Controller/startBGL.sh | 2 +-
 RTCP/Run/src/locations.sh.in        | 4 ++--
 RTCP/Run/src/watchlogs.sh           | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAC/APL/Appl_Controller/startBGL.sh b/MAC/APL/Appl_Controller/startBGL.sh
index e186d054d7c..bb9263b1fc1 100755
--- a/MAC/APL/Appl_Controller/startBGL.sh
+++ b/MAC/APL/Appl_Controller/startBGL.sh
@@ -37,4 +37,4 @@ echo "OLAP.IONProc.PLC_controlled = T"
 ) >> $PARSET
 
 # Inject the parset into the correlator
-$BINPATH/runParset.py -P $PARTITION parset=$PARSET >>/opt/lofar/log/run.runParset.py.log 2>&1 &
+/opt/lofar/bin/runParset.py -P $PARTITION parset=$PARSET >>/opt/lofar/log/run.runParset.py.log 2>&1 &
diff --git a/RTCP/Run/src/locations.sh.in b/RTCP/Run/src/locations.sh.in
index 78a17fede0a..06104765296 100644
--- a/RTCP/Run/src/locations.sh.in
+++ b/RTCP/Run/src/locations.sh.in
@@ -8,8 +8,8 @@ if isproduction
 then
   ISPRODUCTION=1
 
-  CNPROC=$HOME/production/lofar/bgpcn_opt/bin/CN_Processing
-  IONPROC=$HOME/production/lofar/bgpion_opt/bin/ION_Processing
+  CNPROC=$HOME/production/lofar/bgp_cn/bin/CN_Processing
+  IONPROC=$HOME/production/lofar/bgp_ion/bin/ION_Processing
   ETCDIR=/opt/lofar/etc
 
   LOGDIR=$HOME/log/L$TIMESTAMP
diff --git a/RTCP/Run/src/watchlogs.sh b/RTCP/Run/src/watchlogs.sh
index 88e903b021d..742efbf856b 100755
--- a/RTCP/Run/src/watchlogs.sh
+++ b/RTCP/Run/src/watchlogs.sh
@@ -13,8 +13,8 @@ PATH=$PATH:/globalhome/broekema/bin
 function set_logdir {
   LOGDIR=$1
 
-  CNPROC=$LOGDIR/run.CNProc.log
-  IONPROC=$LOGDIR/run.IONProc.log
+  CNPROC=$LOGDIR/CNProc.log
+  IONPROC=$LOGDIR/IONProc.log
 }
 
 for d in . "$HOME/production/lofar/bgfen/log/latest" "$HOME/log/latest" "$HOME/projects/LOFAR/log"
-- 
GitLab