diff --git a/MAC/APL/StationCU/src/StationControl/Makefile.am b/MAC/APL/StationCU/src/StationControl/Makefile.am
index b6a06a1d578cd83f4658ba76562911aeca0f7402..e1fe1ef6121c341e033fc3ae2d1a0d4483ba7c20 100644
--- a/MAC/APL/StationCU/src/StationControl/Makefile.am
+++ b/MAC/APL/StationCU/src/StationControl/Makefile.am
@@ -25,8 +25,7 @@ EXTRA_DIST 					= $(configfiles_DATA) $(sysconf_DATA)
 
 #in case of make install these files will be copied to the bindir beside the test apps
 configfilesdir=$(bindir)
-configfiles_DATA 	= 
-#customPrepPVSSDB.ctl
+configfiles_DATA 	= customPrepPVSSDB.ctl
 
 sysconf_DATA		= StationControl.conf \
 					  StationControl.log_prop
diff --git a/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in b/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in
index dd03b42e5ceeca2f25194d5eb6bcff2982f3ab00..88496cdb9c1c27ed49d40d72d9ece0535345158f 100644
--- a/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in
+++ b/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in
@@ -1,17 +1,16 @@
 // this script must reside in the <PVSS project>/scripts directory
 main()
 {
-  // create an enabled flag for CCU_PIC
-//  dpCreate("PIC__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC__enabled.","autoloaded|TCcuPic");
-//  dpCreate("PIC_Stations__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC_Stations__enabled.","autoloaded|TCcuPic");
-//  dpCreate("PIC_CEP__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC_CEP__enabled.","autoloaded|TCcuCep");
-//  dpCreate("GSO__enabled", "GCFPaPsEnabled");
-//  dpSet("GSO__enabled.","autoloaded|TCcuPic");
-//  dpCreate("VIC__enabled", "GCFPaPsEnabled");
-//  dpSet("VIC__enabled.","autoloaded|TCcuPic");
-  
-//  dpDelete("GSO_MACScheduler");
+  dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR__enabled.","autoloaded|StnLOFAR");
+
+  dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_PermSW__enabled.","autoloaded|StnPermSW");
+
+  dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_ObsSW__enabled.","autoloaded|StnObsSW");
+
+  dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_PIC__enabled.","autoloaded|StnPIC");
+
 }