From 3ad8f5364657e205eec7aad53a6d2f54106299ee Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Thu, 25 Jan 2007 09:14:41 +0000
Subject: [PATCH] BugID: 810 Changed connectiontype to 'ptext'.

---
 MAC/Deployment/data/OTDB/ConnectionNode.base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Deployment/data/OTDB/ConnectionNode.base b/MAC/Deployment/data/OTDB/ConnectionNode.base
index 476cb224371..7dff8fcac2c 100644
--- a/MAC/Deployment/data/OTDB/ConnectionNode.base
+++ b/MAC/Deployment/data/OTDB/ConnectionNode.base
@@ -13,7 +13,7 @@ node  @connection@        1.0.0  development 'node constraint'  "Connection betw
 #--------------------------------------------------------------------------------------------------------
 par  sourceNode              I    text   -      10    0    '@sourceNode@'              - 	'name of the source machine'
 par  destNode                I    text   -      10    0    '@destNode@'                - 	'name of the destination machine'
-par  transportType           I    text   -      10    0    'File|Socket|Ethernet|Null' - 	'Type of transport, the use of the other parameters depend on this value.'
+par  transportType           I    ptext   -      10    0    'File|Socket|Ethernet|Null;Socket' - 	'Type of transport, the use of the other parameters depend on this value.'
 # File
 par  filenameMask            I    text   -      10    0    '/data/@obsID@_@seqnr@'     -  'mask of the IO-file: @obsID@ and @seqnr@ markers are allowed'
 # Socket
-- 
GitLab