From f8a1cff4686d44ceaa7abdfe7448f53b8e9d839c Mon Sep 17 00:00:00 2001
From: wierenga <sdos@astron.nl>
Date: Fri, 24 Nov 2006 12:46:16 +0000
Subject: [PATCH] BugID: 979 Don't build packages not needed by MAC-RTC-6_1
 release

---
 MAC/APL/PIC/lofarconf.in | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/MAC/APL/PIC/lofarconf.in b/MAC/APL/PIC/lofarconf.in
index cfaabfc2ec2..b83f06ae81c 100644
--- a/MAC/APL/PIC/lofarconf.in
+++ b/MAC/APL/PIC/lofarconf.in
@@ -1,5 +1,7 @@
 RSP_Protocol	# package to use when you want to communicate with the RSPDriver
 RSPDriver	# the RSPDriver implementation
-RSPCtlFE	# a frontend for the rspctl program to interface with PVSS
-RegisterAccess
-MIS
+
+# Packages below are not needed for MAC-RTC-6_1 release
+#RSPCtlFE	# a frontend for the rspctl program to interface with PVSS
+#RegisterAccess
+#MIS
-- 
GitLab