From 09163f5a8dcb1b76afac0dcb680f4cf7ce37eb22 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Tue, 21 Nov 2006 13:40:05 +0000
Subject: [PATCH] BugID: 679 Removed several lines from the prepare script
 because it was old stuff.

---
 MAC/GCF/_PAL/PA/src/preparePVSS-DB | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/MAC/GCF/_PAL/PA/src/preparePVSS-DB b/MAC/GCF/_PAL/PA/src/preparePVSS-DB
index 4f56bf5ab3f..b4b6472c363 100644
--- a/MAC/GCF/_PAL/PA/src/preparePVSS-DB
+++ b/MAC/GCF/_PAL/PA/src/preparePVSS-DB
@@ -10,14 +10,14 @@ if [ "a$runningPVSS00ctrl" != "a" ]; then
   kill -9 $runningPVSS00ctrl
 fi
 
-echo PropertyAgent: Prepare DB
-PVSS00ctrl -script libs/gcfpa-prep.ctl -currentproj
+#echo PropertyAgent: Prepare DB
+#PVSS00ctrl -script libs/gcfpa-prep.ctl -currentproj
 echo PropertyAgent: Start watch-dog in the background
 PVSS00ctrl -script libs/gcfpa-cwd.ctl -currentproj &
 
-if [ -r customPrepPVSSDB.ctl ]; then
-	echo PropertyAgent: Start custom prepare DB
-	cp *.ctl $PROJ_PATH/scripts
-	PVSS00ctrl -script customPrepPVSSDB.ctl -currentproj
-	rm -f $PROJ_PATH/scripts/customPrepPVSSDB.ctl
-fi
\ No newline at end of file
+#if [ -r customPrepPVSSDB.ctl ]; then
+#	echo PropertyAgent: Start custom prepare DB
+#	cp *.ctl $PROJ_PATH/scripts
+#	PVSS00ctrl -script customPrepPVSSDB.ctl -currentproj
+#	rm -f $PROJ_PATH/scripts/customPrepPVSSDB.ctl
+#fi
-- 
GitLab