Index: trunk/FACT++/src/fadctrl.cc
===================================================================
--- trunk/FACT++/src/fadctrl.cc	(revision 11256)
+++ trunk/FACT++/src/fadctrl.cc	(revision 11257)
@@ -1777,5 +1777,5 @@
         ("dns",       var<string>("localhost"),       "Dim nameserver host name (Overwites DIM_DNS_NODE environment variable)")
         ("log,l",     var<string>(n), "Write log-file")
-        ("no-dim,d",  po_switch(),    "Disable dim services")
+//        ("no-dim,d",  po_switch(),    "Disable dim services")
         ("console,c", var<int>(),     "Use console (0=shell, 1=simple buffered, X=simple unbuffered)")
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
@@ -1874,11 +1874,11 @@
         if (!conf.Has("console"))
         {
-            if (conf.Get<bool>("no-dim"))
-                return RunShell<LocalStream, StateMachine>(conf);
-            else
+//            if (conf.Get<bool>("no-dim"))
+//                return RunShell<LocalStream, StateMachine>(conf);
+//            else
                 return RunShell<LocalStream, StateMachineDim>(conf);
         }
         // Cosole access w/ and w/o Dim
-        if (conf.Get<bool>("no-dim"))
+/*        if (conf.Get<bool>("no-dim"))
         {
             if (conf.Get<int>("console")==0)
@@ -1888,5 +1888,5 @@
         }
         else
-        {
+*/        {
             if (conf.Get<int>("console")==0)
                 return RunShell<LocalShell, StateMachineDim>(conf);
